https://github.com/manolo/gh-actions
https://github.com/manolo/gh-actions
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/manolo/gh-actions
- Owner: manolo
- Created: 2022-09-28T19:08:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T11:15:50.000Z (5 months ago)
- Last Synced: 2025-06-07T00:34:17.993Z (11 days ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-actions
Just a repo for testing GH actions using personal account in GH, or using `act` in my local.
`.github/workflows` contain all the examples
`commands.sh` contain a list of commands that you can execute in your computer for testing GH actions locally
`payload.json` is a file for passing variables to `act` in certain examples
__NOTE__: add `-P ubuntu-latest=catthehacker/ubuntu:runner-latest` to your `~/.actrc` in order to run actions as non-root