Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anime-skip/github-actions
- Owner: anime-skip
- License: mit
- Created: 2022-04-07T21:36:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T16:33:21.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T18:43:10.975Z (2 months ago)
- Topics: github-actions
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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