Skip to content

Commit

Permalink
Merge pull request #2497 from github/henrymercer/rebuild-add-new-files
Browse files Browse the repository at this point in the history
CI: Check in new files when rebuilding
  • Loading branch information
henrymercer authored Sep 23, 2024
2 parents edf2ee9 + bff5ba0 commit 132b18f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
if [ ! -z "$(git status --porcelain)" ]; then
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git commit -am "Rebuild"
git add --all
git commit -m "Rebuild"
git push origin "HEAD:$BRANCH"
echo "Pushed a commit to rebuild the Action." \
"Please mark the PR as ready for review to trigger PR checks." |
Expand Down

0 comments on commit 132b18f

Please sign in to comment.