Skip to content

Commit

Permalink
README: update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Feb 19, 2021
1 parent bc4209d commit e8a269d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Download workflow artifact GitHub Action

An action that downloads and extracts uploaded artifact associated with given workflow and commit.
An action that downloads and extracts uploaded artifact associated with given workflow and commit or other criteria.

Let's suppose you have a workflow with a job in it that at the end uploads an artifact using `actions/upload-artifact` action and you want to download this artifact in another workflow that is run after the first one. Official `actions/download-artifact` does not allow this. That's why I decided to create this action. By knowing only the workflow name and commit SHA, you can download the previously uploaded artifact from different workflow associated with that commit and use it.

Expand Down

0 comments on commit e8a269d

Please sign in to comment.