From 6bc3f4031575f03a16aa7a11ff24d6e9c2dd186f Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Sat, 7 Oct 2023 17:56:13 +0200 Subject: [PATCH] add signature --- .github/workflows/assertionscsv-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assertionscsv-update.yml b/.github/workflows/assertionscsv-update.yml index dc2badb57..c574db085 100644 --- a/.github/workflows/assertionscsv-update.yml +++ b/.github/workflows/assertionscsv-update.yml @@ -43,7 +43,7 @@ jobs: git config user.name 'Ege Korkan' git config user.email 'egekorkan@gmail.com' git add -u - git commit -a -m "chore: sync assertions.csv with the current assertions in the spec and generate manual.csv" + git commit -a -s -m "chore: sync assertions.csv with the current assertions in the spec and generate manual.csv" - name: Create Pull Request if: ${{ ! steps.diff.outputs.changed }}