Skip to content

Commit

Permalink
workflows/eval: Minor cleanup
Browse files Browse the repository at this point in the history
The ${{ }} syntax is best avoided in scripts. While it wouldn't be a
problem here, let's do this for consistency
  • Loading branch information
infinisil committed Jan 3, 2025
1 parent e138ed8 commit 3c48db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
# Request reviewers from maintainers of changed output paths
GH_TOKEN=${{ steps.app-token.outputs.token }} gh api \
--method POST \
/repos/${{ github.repository }}/pulls/${{ github.event.number }}/requested_reviewers \
/repos/"$REPOSITORY"/pulls/"$NUMBER"/requested_reviewers \
--input reviewers.json
env:
Expand Down

0 comments on commit 3c48db1

Please sign in to comment.