An open API service indexing awesome lists of open source software.

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

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**
```