Skip to content

Commit

Permalink
fix: fix result encoding input name
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jul 10, 2024
1 parent 4461edc commit dfe5006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
id: is-release-pr
uses: actions/github-script@v6
with:
result_encoding: string
result-encoding: string
retries: 3
script: |
const response = (
Expand Down

0 comments on commit dfe5006

Please sign in to comment.