11
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2026-07-02 22:19:30 +00:00

Merge pull request #574 from crazy-max/dependabot-skip-update-dist

dependabot: skip for update-dist commits
This commit is contained in:
CrazyMax 2026-07-01 12:50:00 +02:00 committed by GitHub
commit a0e446b4dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add dist
git commit -m "chore: update generated content"
git commit -m "[dependabot skip] chore: update generated content"
git push
)
else