Skip to content

Commit

Permalink
Merge pull request #361 from actions/dependabot-friendly
Browse files Browse the repository at this point in the history
Make the rebuild dist workflow work nicer with Dependabot
  • Loading branch information
yoannchaudet authored Jul 18, 2024
2 parents 89f3d10 + 51bb29d commit 963791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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

0 comments on commit 963791f

Please sign in to comment.