test(Workflow) Fixing syntax
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
|||||||
default: "testing"
|
default: "testing"
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs_on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: >
|
- run: >
|
||||||
echo "Test ${{github.event.inputs.test}} ${{github.event.inputs.required_test}}"
|
echo "Test ${{github.event.inputs.test}} ${{github.event.inputs.required_test}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user