Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
pitag-ha committed Dec 15, 2023
1 parent 796855b commit d2169ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow_triggered_by_workflow_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
forward_artifact=$(echo $all_artifacts | jq '.artifacts[] | select(.workflow_run.id == ${{ github.event.workflow_run.id }} and .name == "forwarded_instructions")')
id=$(echo $forward_artifact | jq -r '.id')
curl -sSLO -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "$GH_API_ARTIFACTS/$id/zip" -D headers.txt
- name: Print headers
run: |
cat headers.txt
- name: all_artifacts
run: |
curl -sSL "$GH_API_ARTIFACTS"
Expand Down

0 comments on commit d2169ca

Please sign in to comment.