multi-scrobbler/.github/act/README.md

14 lines
237 B
Markdown

Testing GH Actions with [ACT]
### Test Branch Push
```shell
act -W '.github/act/actTest.yml' -e '.github/act/actBranchEvent.json'
```
### Test Tag Push
```shell
act -W '.github/act/actTest.yml' -e '.github/act/actTagEvent.json'
```