Skip to content

Commit

Permalink
put in correct run-id
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 8, 2024
1 parent ba09799 commit 52c3a36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ jobs:
| jq '.workflow_runs[0].id')
echo "::set-output name=run-id::$run_id"
- run: echo ${{ steps.runid.outputs.run-id }}

- name: ⬇️ Download last artifacts from build.yml
uses: actions/download-artifact@v4
with:
name: docs
github-token: ${{ secrets.GH_PAT }}
run-id: todo
run-id: echo ${{ steps.runid.outputs.run-id }}

- name: 🔍 view artifacts to be used
run: ls -R
Expand Down

0 comments on commit 52c3a36

Please sign in to comment.