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 d4c0afb commit 21fe3daCopy full SHA for 21fe3da
.github/workflows/trigger-n8n-workflow.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
set -euo pipefail
69
PERMISSION=$(gh api \
70
- -H Accept: application/vnd.github+json \
+ -H "Accept: application/vnd.github+json" \
71
repos/${REPO}/collaborators/${ACTOR}/permission \
72
--jq '.permission // ')
73
0 commit comments