Skip to content

Commit

Permalink
fix run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 8, 2024
1 parent fec734a commit 280ae16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
name: docs
github-token: ${{ secrets.GH_PAT }}
run-id: echo ${{ steps.runid.outputs.run-id }}
run-id: ${{ steps.runid.outputs.run-id }}

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

0 comments on commit 280ae16

Please sign in to comment.