We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dependabot-auto
1 parent 46cb852 commit a520d77Copy full SHA for a520d77
.github/workflows/dependabot-auto.yml
@@ -84,7 +84,7 @@ jobs:
84
run: |
85
git add yarn.lock
86
git status
87
- git diff-index --quiet HEAD || git commit -m "$COMMIT_MESSAGE" && git push -f
+ git diff-index --quiet HEAD || git commit -s -m "$COMMIT_MESSAGE" && git push -f
88
env:
89
GIT_AUTHOR_EMAIL: ${{ steps.gpg-import.outputs.email }}
90
GIT_AUTHOR_NAME: ${{ steps.gpg-import.outputs.name }}
0 commit comments