We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6250547 commit 9a00a32Copy full SHA for 9a00a32
.github/workflows/Release.yml
@@ -31,6 +31,8 @@ jobs:
31
SUBMODULE_PATH: Submodule/github/rest-api-description
32
run: |
33
if [ -d "$SUBMODULE_PATH" ]; then
34
+ git config user.name "${GITHUB_ACTOR}"
35
+ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
36
git submodule deinit -f $SUBMODULE_PATH || true
37
git rm -f $SUBMODULE_PATH || true
38
rm -rf .git/modules/$SUBMODULE_PATH || true
0 commit comments