Skip to content

Commit

Permalink
fixed missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 8, 2024
1 parent 25b4824 commit edaa769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# We get the users who comment
COMMENTS=$(gh pr view ${{ github.event.number }} --repo ${{ github.repository }} --json comments --jq ".comments[].author.login")
echo "commenters=COMMENTS" >> "$GITHUB_OUTPUT"
echo "commenters=$COMMENTS" >> "$GITHUB_OUTPUT"
echo "Commeneters are $COMMENTS"
Expand Down

0 comments on commit edaa769

Please sign in to comment.