mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 15:55:04 +02: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:
co-authored by
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent
48db7d9c9d
commit
b3bd268e45
+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