Skip to content

Commit 225b3d7

Browse files
committed
Fix error in jq query in deployment workflow
1 parent f17c5d3 commit 225b3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/infra-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,6 @@ jobs:
409409
{
410410
"state": "queued",
411411
"description": "Awaiting approval/merge of deployment Pull Request",
412-
"log_url": "$(jq < /tmp/pr.json .html_url)"
412+
"log_url": "$(jq .html_url < /tmp/pr.json)"
413413
}
414414
EOF)

0 commit comments

Comments
 (0)