Skip to content

Commit

Permalink
Fix run script
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed May 21, 2024
1 parent a0a7e1a commit 88629f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Parse Payload
shell: bash -eo pipefail {0}
run:
run: |
PR_NUMBER=$(jq -r '.pr_number' ./pr-comment.json)
COMMENT_IDENTIFIER=$(jq -r '.comment_identifier' ./pr-comment.json)
TEMPLATE_NAME=$(jq -r '.template_name' ./pr-comment.json)
Expand Down

0 comments on commit 88629f4

Please sign in to comment.