Skip to content

Commit 2a2026c

Browse files
fixed variable interpolation
1 parent 232fcd5 commit 2a2026c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
run: |
62-
WORKFLOW_ID=$(gh api "/repos/${TARGET_REPO}/actions/workflows" | jq '.workflows[] | select(.name == "${WORKFLOW_NAME}") | .id')
62+
WORKFLOW_ID=$(gh api "/repos/${TARGET_REPO}/actions/workflows" | jq ".workflows[] | select(.name == \"${WORKFLOW_NAME}\") | .id")
6363
if [ -z "$WORKFLOW_ID" ]; then
6464
echo "Could not find workflow with name: ${WORKFLOW_NAME}" >&2
6565
exit 1

0 commit comments

Comments
 (0)