Skip to content

Commit 1bd8955

Browse files
fix: signoff commit (slsa-framework#767)
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]>
1 parent 667215a commit 1bd8955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-actions-dist-post-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ jobs:
9494
git config user.email [email protected]
9595
git add .
9696
git status
97-
git commit -m "update actions dist"
97+
git commit -s -m "update actions dist"
9898
git push

0 commit comments

Comments
 (0)