mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-02 18:00:18 +00:00
10 lines
192 B
YAML
10 lines
192 B
YAML
on: push
|
|
|
|
jobs:
|
|
reusable-workflow:
|
|
uses: nektos/act-tests/.github/workflows/reusable-workflow.yml@master
|
|
with:
|
|
username: mona
|
|
secrets:
|
|
envPATH: ${{ secrets.envPAT }}
|