Skip to content

Commit 9a00a32

Browse files
committed
Fix, Author identity unknown
1 parent 6250547 commit 9a00a32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
SUBMODULE_PATH: Submodule/github/rest-api-description
3232
run: |
3333
if [ -d "$SUBMODULE_PATH" ]; then
34+
git config user.name "${GITHUB_ACTOR}"
35+
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3436
git submodule deinit -f $SUBMODULE_PATH || true
3537
git rm -f $SUBMODULE_PATH || true
3638
rm -rf .git/modules/$SUBMODULE_PATH || true

0 commit comments

Comments
 (0)