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 21fe3da commit a6938b8Copy full SHA for a6938b8
.github/workflows/trigger-n8n-workflow.yml
@@ -69,7 +69,7 @@ jobs:
69
PERMISSION=$(gh api \
70
-H "Accept: application/vnd.github+json" \
71
repos/${REPO}/collaborators/${ACTOR}/permission \
72
- --jq '.permission // ')
+ --jq '.permission // ""')
73
74
case $PERMISSION in
75
admin|maintain|write)
0 commit comments