We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5927c commit 8a92c8bCopy full SHA for 8a92c8b
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
id: get_run_id
16
run: |
17
run_id=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
18
- "https://api.github.com/repos/${OWNER}/${REPO_NAME}/actions/workflows/binaries.yml/runs?status=success" | \
+ "https://api.github.com/repos/${{ github.repository }}/actions/workflows/binaries.yml/runs?status=success" | \
19
jq -r '.workflow_runs|sort_by(.updated_at)[-1].id')
20
printf 'run_id=%s\n' "$run_id" >>"$GITHUB_OUTPUT"
21
- name: Download all workflow run artifacts
0 commit comments