fix: tests with validation errors were skipped (#2496)
* fix: tests with validation errors were skipped * fixup * [no ci] fix one test * fix some tests * fix last test --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
8
pkg/runner/testdata/inputs-via-env-context/action/action.yml
vendored
Normal file
8
pkg/runner/testdata/inputs-via-env-context/action/action.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
inputs:
|
||||
test-env-input: {}
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: |
|
||||
exit ${{ inputs.test-env-input == env.test-env-input && '0' || '1'}}
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user