Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transferwise/download-repo-artifact
https://github.com/transferwise/download-repo-artifact
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/transferwise/download-repo-artifact
- Owner: transferwise
- Created: 2021-06-22T13:59:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:10:51.000Z (4 months ago)
- Last Synced: 2024-11-06T17:35:50.363Z (2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# transferwise/download-repo-artifact Action
This action downloads artifacts produced by previous workflow runs in
the same repository. These don't have to have been uploaded by the same
workflow.If you want to download an artifact in the same workflow run as it was
uploaded, see
[actions/download-artifact](https://github.com/actions/download-artifact).## Example usage
```
uses: transferwise/download-repo-artifact@v1
with:
name: service-jar
path: lib/build/ # default: . (current directory)
```