Skip to content

Commit 0b80168

Browse files
author
Kaspar Lyngsie
committed
chore: signing commits, though unsure if it works for the github actions user
1 parent a82f93b commit 0b80168

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
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
cd ./cli
9393
git add help
94-
git commit -m "${{ env.COMMIT_MESSAGE }}"
94+
git commit -S -m "${{ env.COMMIT_MESSAGE }}"
9595
git push --force --set-upstream origin ${{ env.DESTINATION_BRANCH }}
9696
9797
- name: Create or update a pull request

0 commit comments

Comments
 (0)