Skip to content

Commit

Permalink
add signature
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan authored Oct 7, 2023
1 parent fc94158 commit 6bc3f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assertionscsv-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git config user.name 'Ege Korkan'
git config user.email '[email protected]'
git add -u
git commit -a -m "chore: sync assertions.csv with the current assertions in the spec and generate manual.csv"
git commit -a -s -m "chore: sync assertions.csv with the current assertions in the spec and generate manual.csv"
- name: Create Pull Request
if: ${{ ! steps.diff.outputs.changed }}
Expand Down

0 comments on commit 6bc3f40

Please sign in to comment.