mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-05 07:11:45 +00:00
14 lines
237 B
Markdown
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'
|
|
```
|