Skip to content

Commit

Permalink
Use a better commit message, commit only the changed file
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Oct 3, 2023
1 parent 3f0cd1e commit c1606d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto_update_sri_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Push changes to ${{github.base_ref}}
if: github.event_name == 'workflow_dispatch' && github.event.inputs.push_change
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Update gomod SRI hash"
file_pattern: "*.sri"

- name: File pull request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit c1606d2

Please sign in to comment.