Skip to content

Commit 132b18f

Browse files
authored
Merge pull request #2497 from github/henrymercer/rebuild-add-new-files
CI: Check in new files when rebuilding
2 parents edf2ee9 + bff5ba0 commit 132b18f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rebuild.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
if [ ! -z "$(git status --porcelain)" ]; then
7070
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
7171
git config --global user.name "github-actions[bot]"
72-
git commit -am "Rebuild"
72+
git add --all
73+
git commit -m "Rebuild"
7374
git push origin "HEAD:$BRANCH"
7475
echo "Pushed a commit to rebuild the Action." \
7576
"Please mark the PR as ready for review to trigger PR checks." |

0 commit comments

Comments
 (0)