Merge pull request #361 from actions/dependabot-friendly

Make the rebuild dist workflow work nicer with Dependabot
This commit is contained in:
Yoann Chaudet
2024-07-17 18:18:24 -07:00
committed by GitHub

View File

@@ -45,7 +45,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