Skip to content

Commit

Permalink
ci(workflows): [dependabot-auto] sign lockfile fix commit
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Feb 12, 2023
1 parent 29c8556 commit e0a3c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
git add yarn.lock
git status
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
env:
GIT_AUTHOR_EMAIL: ${{ steps.gpg-import.outputs.email }}
GIT_AUTHOR_NAME: ${{ steps.gpg-import.outputs.name }}
Expand Down

0 comments on commit e0a3c1d

Please sign in to comment.