mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
chore: use GitHub Actions as git commit author in bump-trivy workflow (#561)
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user