We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8de579 commit ca9eea1Copy full SHA for ca9eea1
.github/workflows/release.yml
@@ -152,6 +152,8 @@ jobs:
152
- name: "Commit SBOM changes"
153
if: steps.sbom_status.outputs.HAS_CHANGES == 'true'
154
run: |
155
+ git config user.name "github-actions[bot]"
156
+ git config user.email "github-actions[bot]@users.noreply.github.com"
157
git add ${{ env.SBOM_FILE }}
158
git commit -m "chore: Update SBOM for release ${{ inputs.version }}"
159
git push
0 commit comments