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 232fcd5 commit 2a2026cCopy full SHA for 2a2026c
.github/workflows/regression-summary.yml
@@ -59,7 +59,7 @@ jobs:
59
env:
60
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
run: |
62
- WORKFLOW_ID=$(gh api "/repos/${TARGET_REPO}/actions/workflows" | jq '.workflows[] | select(.name == "${WORKFLOW_NAME}") | .id')
+ WORKFLOW_ID=$(gh api "/repos/${TARGET_REPO}/actions/workflows" | jq ".workflows[] | select(.name == \"${WORKFLOW_NAME}\") | .id")
63
if [ -z "$WORKFLOW_ID" ]; then
64
echo "Could not find workflow with name: ${WORKFLOW_NAME}" >&2
65
exit 1
0 commit comments