https://github.com/niku/get-the-latest-artifact-on-github-action
It provides getting the latest artifact generated by github action in specific repository
https://github.com/niku/get-the-latest-artifact-on-github-action
Last synced: 26 days ago
JSON representation
It provides getting the latest artifact generated by github action in specific repository
- Host: GitHub
- URL: https://github.com/niku/get-the-latest-artifact-on-github-action
- Owner: niku
- License: mit
- Created: 2022-04-28T10:17:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T10:31:48.000Z (about 4 years ago)
- Last Synced: 2025-01-12T16:41:21.947Z (over 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get-the-latest-artifact-on-github-action
It provides getting the latest artifact generated by github action in specific repository.
## Usage
### Install
```
go install github.com/niku/get-the-latest-artifact-on-github-action@latest
```
### Use
```
export GITHUB_TOKEN=xxxx
get-the-latest-artifact-on-github-action -owner **ownername** -repo **reponame**
```