mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-22 20:07:52 +00:00
fix: return error on reusable workflows (#1093)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
+9
@@ -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 }}
|
||||
Reference in New Issue
Block a user