Skip to content

Commit

Permalink
fix: signoff commit (#767)
Browse files Browse the repository at this point in the history
Followup to #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 #717, and it
did signoff the commit.
-
9670f76

Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com>
  • Loading branch information
ramonpetgrave64 committed May 22, 2024
1 parent b55bf59 commit 18c5f13
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 github-actions@github.com
git add .
git status
git commit -m "update actions dist"
git commit -s -m "update actions dist"
git push

0 comments on commit 18c5f13

Please sign in to comment.