mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +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:
parent
74cca3f919
commit
e63bb86b81
4 changed files with 18 additions and 0 deletions
9
act/runner/testdata/uses-workflow/push.yml
vendored
Normal file
9
act/runner/testdata/uses-workflow/push.yml
vendored
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue