mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 06:45:03 +01:00
Throw an error if the steps has a invalid uses directive (#500)
* Throw an error if the steps has a invalid uses directive * Refactor TestStepContextExecutor
This commit is contained in:
7
pkg/runner/testdata/uses-github-path/push.yml
vendored
Normal file
7
pkg/runner/testdata/uses-github-path/push.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
name: uses-github-path
|
||||
on: push
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: sergioramos/yarn-actions/install@v6
|
||||
Reference in New Issue
Block a user