mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Merge pull request #158 from actions/dependabot-friendly
Be more friendly to Dependabot
This commit is contained in:
2
.github/workflows/rebuild-dependabot-prs.yml
vendored
2
.github/workflows/rebuild-dependabot-prs.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
git add dist/
|
git add dist/
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git commit -m "Update distributables after Dependabot 🤖"
|
git commit -m "[dependabot skip] Update distributables after Dependabot 🤖"
|
||||||
echo "Pushing branch ${{ github.ref_name }}"
|
echo "Pushing branch ${{ github.ref_name }}"
|
||||||
git push origin ${{ github.ref_name }}
|
git push origin ${{ github.ref_name }}
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user