chore: use GitHub Actions as git commit author in bump-trivy workflow (#561)

This commit is contained in:
Nikita Pivkin
2026-04-21 13:10:35 +06:00
committed by GitHub
parent 876cf04c63
commit 128d9a8815
+2 -2
View File
@@ -50,8 +50,8 @@ jobs:
BASE_BRANCH: ${{ github.event.repository.default_branch }}
run: |
gh auth setup-git
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
BRANCH="bump-trivy-${TRIVY_VERSION}"
git checkout -b "${BRANCH}"
git add action.yaml README.md test/