Merge pull request #2497 from github/henrymercer/rebuild-add-new-files
CI: Check in new files when rebuilding
This commit is contained in:
commit
132b18f2f0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/rebuild.yml
vendored
3
.github/workflows/rebuild.yml
vendored
|
|
@ -69,7 +69,8 @@ jobs:
|
||||||
if [ ! -z "$(git status --porcelain)" ]; then
|
if [ ! -z "$(git status --porcelain)" ]; then
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git commit -am "Rebuild"
|
git add --all
|
||||||
|
git commit -m "Rebuild"
|
||||||
git push origin "HEAD:$BRANCH"
|
git push origin "HEAD:$BRANCH"
|
||||||
echo "Pushed a commit to rebuild the Action." \
|
echo "Pushed a commit to rebuild the Action." \
|
||||||
"Please mark the PR as ready for review to trigger PR checks." |
|
"Please mark the PR as ready for review to trigger PR checks." |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue