Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smashedr/update-tags-action


https://github.com/smashedr/update-tags-action

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# VirusTotal Action

Update Tags on Release for Semantic Versions

> [!NOTE]
> Please submit a [Feature Request](https://github.com/cssnr/virustotal-action/discussions/categories/feature-requests)
> for new features
> or [Open an Issue](https://github.com/cssnr/virustotal-action/issues) if you find any bugs.

## Inputs

| input | required | default | description |
|--------|----------|---------|----------------------|
| token | Yes | - | secrets.GITHUB_TOKEN |
| prefix | No | v | Tag Prefix |
| major | No | true | Update Major Tag |
| minor | No | true | Update Minor Tag |

```yaml
- name: "Update Tags"
uses: cssnr/update-tags-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
prefix: "v"
major: true
minor: true
```