Be more friendly to Dependabot

This commit is contained in:
Yoann Chaudet
2024-07-17 18:57:56 -07:00
parent b7a5f35d29
commit 01f6e1ea62

View File

@@ -42,7 +42,7 @@ jobs:
git add dist/
git config --local user.name "github-actions[bot]"
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 }}"
git push origin ${{ github.ref_name }}
fi