We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e582b07 commit c470e3eCopy full SHA for c470e3e
1 file changed
.github/workflows/authenticate-commits.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Authenticating commits
16
uses: sequoia-pgp/authenticate-commits@v1
17
+ env:
18
+ COMMENT: on-error
19
with:
20
# To reduce the workflow's verbosity, use 'on-error'
21
# to only post a comment when an error occurs, or 'never' to
0 commit comments