Skip to content

Commit

Permalink
list artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeela Lifshitz authored and Yeela Lifshitz committed Aug 11, 2024
1 parent d123760 commit 5f9dfa4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ runs:
repository: yeelali14/EuropeanPaintings
run-id: 10300578749 #${{ fromJSON(fromJSON(inputs.client_payload)).artifactRunId }}
name: output

- name: List files in the artifact directory
id: list-artifact
shell: bash
run: |
echo "Contents of the workspace directory:"
ls -R $GITHUB_WORKSPACE
- name: Read artifact content
id: read-artifact
Expand Down

0 comments on commit 5f9dfa4

Please sign in to comment.