Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 2, 2023
1 parent f5f1579 commit fa50783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Nissuer
uses: balazsorban44/nissuer@1.7.0
uses: balazsorban44/nissuer@1.7.1
with:
label-area-section: 'Which area\(s\) are affected\?(.*)'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Nissuer
uses: balazsorban44/nissuer@1.7.0
uses: balazsorban44/nissuer@1.7.1
```

Add a comment file (by default we look for `.github/invalid-reproduction.md`):
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
shell: sh
# https://github.com/actions/runner/issues/665#issuecomment-676581170
env:
"INPUT_COMMENT_ADD_EXPLAINER": ${{comment-add-explainer}}
"INPUT_COMMENT_ADD_EXPLAINER": ${{inputs.comment-add-explainer}}
"INPUT_COMMENT_UNHELPFUL_WEIGHT": ${{inputs.comment-unhelpful-weight}}
"INPUT_DELETE_VULNERABILITY_REPORT": ${{inputs.delete-vulnerability-report}}
"INPUT_LABEL_AREA_PREFIX": ${{inputs.label-area-prefix}}
Expand Down

0 comments on commit fa50783

Please sign in to comment.