workflows/eval: Minor cleanup

The ${{ }} syntax is best avoided in scripts. While it wouldn't be a
problem here, let's do this for consistency
This commit is contained in:
Silvan Mosberger
2025-01-03 04:08:37 +01:00
parent 0ebab0bcca
commit ab248be504
+1 -1
View File
@@ -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: