Skip to content

Commit

Permalink
update workflows 25
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed May 27, 2024
1 parent 0078772 commit a0ab660
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/25-artifacts-between-workflows-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ jobs:
- name: Download workflow artifact
uses: actions/download-artifact@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
name: pr_num
path: ./pr_num/pr_num.txt
run-id: ${{ github.event.workflow_run.id }}

- name: Read the pr_num file
id: pr_num_reader
uses: juliangruber/read-file-action@v1.0.0
uses: juliangruber/read-file-action@v1.1.7
with:
path: ./pr_num/pr_num.txt

Expand Down

0 comments on commit a0ab660

Please sign in to comment.