Skip to content

Commit 584d8b1

Browse files
committed
GH Action: Cryptographically sign commits
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 9b9e37b commit 584d8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git config user.email '<noreply@github.com>'
4747
shopt -s globstar
4848
git add src/cfengine_cli/*.py src/cfengine_cli/**/*.py tests/*.py tests/**/*.py
49-
git commit -F commit_message.txt
49+
git commit -S -F commit_message.txt
5050
- id: commit-message-from-file
5151
name: Parse commit message from file into variable
5252
if: hashFiles('git_diff_exists') != ''

0 commit comments

Comments
 (0)