Skip to content

Commit a520d77

Browse files
committed
ci(workflows): [dependabot-auto] sign lockfile fix commit
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 46cb852 commit a520d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-auto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
git add yarn.lock
8686
git status
87-
git diff-index --quiet HEAD || git commit -m "$COMMIT_MESSAGE" && git push -f
87+
git diff-index --quiet HEAD || git commit -s -m "$COMMIT_MESSAGE" && git push -f
8888
env:
8989
GIT_AUTHOR_EMAIL: ${{ steps.gpg-import.outputs.email }}
9090
GIT_AUTHOR_NAME: ${{ steps.gpg-import.outputs.name }}

0 commit comments

Comments
 (0)