We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e994c5 commit 9ed00dcCopy full SHA for 9ed00dc
.github/workflows/benchmark.yml
@@ -44,7 +44,7 @@ jobs:
44
PR="${{ github.event.issue.number }}"
45
SENDER="${{ github.event.issue.sender.login }}"
46
ROLE=$(gh api repos/${OWNER}/${REPO}/collaborators/${SENDER}/permission -q '.permission')
47
- if [[ "$ROLE" != "admin"]]; then
+ if [[ "$ROLE" != "admin" ]]; then
48
echo "${SENDER} is ${ROLE}, not an admin, exiting"
49
exit 0
50
fi
0 commit comments