test(Workflow) Fixing syntax

This commit is contained in:
2022-05-04 01:15:26 -04:00
parent 6c6b2b0b02
commit 2b5dad9d1e
+1 -1
View File
@@ -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}}"