Merge pull request #2497 from github/henrymercer/rebuild-add-new-files

CI: Check in new files when rebuilding
This commit is contained in:
Henry Mercer 2024-09-23 17:57:24 +01:00 committed by GitHub
commit 132b18f2f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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." |