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 5aaa7ad commit db763afCopy full SHA for db763af
.github/workflows/Release.yml
@@ -68,17 +68,12 @@ jobs:
68
69
- name: Revert previous commit
70
run: |
71
- if [ ! -d "$SUBMODULE_PATH" ]; then
72
- #
73
- git config user.name "${GITHUB_ACTOR}"
74
- git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
75
76
- git revert --no-edit HEAD
77
- git push
78
- else
79
- echo "::error ::Submodule already exists, skipping restore."
80
- exit 1
81
- fi
+ #
+ git config user.name "${GITHUB_ACTOR}"
+ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
+ git revert --no-edit HEAD
+ git push
82
83
- name: Create pull request
84
env:
0 commit comments