From a86fd4dfa293ff5820a8b1e63fbbe3fd27ac5e6d Mon Sep 17 00:00:00 2001 From: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> Date: Tue, 7 May 2024 12:29:54 -0400 Subject: [PATCH] signoff commit Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> --- .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 3edbf2a9d..589bf7d90 100644 --- a/.github/workflows/update-actions-dist-post-commit.yml +++ b/.github/workflows/update-actions-dist-post-commit.yml @@ -92,5 +92,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