We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edf2ee9 + bff5ba0 commit 132b18fCopy full SHA for 132b18f
.github/workflows/rebuild.yml
@@ -69,7 +69,8 @@ jobs:
69
if [ ! -z "$(git status --porcelain)" ]; then
70
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
71
git config --global user.name "github-actions[bot]"
72
- git commit -am "Rebuild"
+ git add --all
73
+ git commit -m "Rebuild"
74
git push origin "HEAD:$BRANCH"
75
echo "Pushed a commit to rebuild the Action." \
76
"Please mark the PR as ready for review to trigger PR checks." |
0 commit comments