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