There was an error while loading. Please reload this page.
2 parents 2d81e70 + 3533229 commit c17b09dCopy full SHA for c17b09d
1 file changed
.github/workflows/integration.yaml
@@ -83,6 +83,7 @@ jobs:
83
- name: Get Current Job Log URL
84
id: job-log-url
85
run: |
86
+ sudo dnf install -y jq
87
JOB_HTML_URL=$(curl --get -Ss -H "Authorization: token ${GITHUB_TOKEN}" -H "Accept: application/vnd.github.v3+json" "https://api.github.com/repos/fedora-iot/fido-device-onboard-rs/actions/runs/${GITHUB_RUN_ID}/jobs?per_page=30" | jq -r --arg job_name "fido-container" '.jobs | map(select(.name == "fido-container")) | .[0].html_url')
88
echo "html_url=$JOB_HTML_URL" >> $GITHUB_OUTPUT
89
env:
0 commit comments