fix: return error on reusable workflows (#1093)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Ryan
2022-03-30 19:20:45 +02:00
committed by GitHub
parent 48db7d9c9d
commit b3bd268e45
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
on: push
jobs:
reusable-workflow:
uses: nektos/act-tests/.github/workflows/reusable-workflow.yml@master
with:
username: mona
secrets:
envPATH: ${{ secrets.envPAT }}