multi-scrobbler/.github/act
FoxxMD 0feb02babe chore: Refactor git/dev workflow to use master as unstable branch
* Aligns with "normal" default branch usage better, allows dependabot to actually run
* Change image publishing to push tagged images as 'latest' and master images as `edge`
2024-08-30 09:53:52 -04:00
..
actBranchEvent.json chore: Refactor git/dev workflow to use master as unstable branch 2024-08-30 09:53:52 -04:00
actTagEvent.json Add APP_VERSION parsing to github actions 2024-06-26 12:37:09 -04:00
actTest.yml chore: Refactor git/dev workflow to use master as unstable branch 2024-08-30 09:53:52 -04:00
README.md Add APP_VERSION parsing to github actions 2024-06-26 12:37:09 -04:00

Testing GH Actions with [ACT]

Test Branch Push

act -W '.github/act/actTest.yml' -e '.github/act/actBranchEvent.json'

Test Tag Push

act -W '.github/act/actTest.yml' -e '.github/act/actTagEvent.json'