Skip to content

Commit 720b3d8

Browse files
author
Kaspar Lyngsie
committed
chore: signing commits, though unsure if it works for the github actions user
1 parent 836f5c4 commit 720b3d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-cli-help-to-user-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
cd ./cli
8181
git add help
82-
git commit -m "${{ env.COMMIT_MESSAGE }}"
82+
git commit -S -m "${{ env.COMMIT_MESSAGE }}"
8383
git push --force --set-upstream origin ${{ env.DESTINATION_BRANCH }}
8484
8585
- name: Create or update a pull request

.github/workflows/sync-cli-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
cd ./cli
9292
git add help
93-
git commit -m "${{ env.COMMIT_MESSAGE }}"
93+
git commit -S -m "${{ env.COMMIT_MESSAGE }}"
9494
git push --force --set-upstream origin ${{ env.DESTINATION_BRANCH }}
9595
9696
- name: Create or update a pull request

0 commit comments

Comments
 (0)