Skip to content

Commit

Permalink
fix: signoff commit (slsa-framework#767)
Browse files Browse the repository at this point in the history
Followup to slsa-framework#760

Fix the .github/workflows/update-actions-dist-post-commit.yml workflow
to also signoff commit

# Testing

- [x] Invoked this PR's branch copy of the workflow against slsa-framework#717, and it
did signoff the commit.
-
slsa-framework@9670f76

Signed-off-by: Ramon Petgrave <[email protected]>
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed Jun 10, 2024
1 parent 667215a commit 1bd8955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-actions-dist-post-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ jobs:
git config user.email [email protected]
git add .
git status
git commit -m "update actions dist"
git commit -s -m "update actions dist"
git push

0 comments on commit 1bd8955

Please sign in to comment.