From 1bd89554a8c0f7b9628c652f8e0babff574964f9 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> Date: Wed, 22 May 2024 12:45:20 -0400 Subject: [PATCH] fix: signoff commit (#767) Followup to https://github.com/slsa-framework/slsa-verifier/pull/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. - https://github.com/slsa-framework/slsa-verifier/pull/717/commits/9670f76ab8b64299c58096a19212b558dce94b90 Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> Signed-off-by: Ramon Petgrave --- .github/workflows/update-actions-dist-post-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-actions-dist-post-commit.yml b/.github/workflows/update-actions-dist-post-commit.yml index 48efdc3f1..c9e997fc0 100644 --- a/.github/workflows/update-actions-dist-post-commit.yml +++ b/.github/workflows/update-actions-dist-post-commit.yml @@ -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