Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anime-skip/github-actions

Shared actions and workflows for GitHub Actions
https://github.com/anime-skip/github-actions

github-actions

Last synced: 13 days ago
JSON representation

Shared actions and workflows for GitHub Actions

Awesome Lists containing this project

README

        

# Shared Github Actions

See [`usage-stats`'s deploy workflow](https://github.com/anime-skip/usage-stats/blob/main/.github/workflows/deploy.yml) for an example of how to consume these shared workflows.

When using these workflows/actions, lock them down to a specific revision like so: `anime-skip/github-actions/.github/workflows/deploy-go-docker-image.yml@v2`

Revisions are simple incrementing numbers when inputs change, there is no semver

> When upgrading between revisions, check out the diff so you know which inputs need to be added