diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index 098336f..bb914e2 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: setup - run: echo setup + run: echo setup $github.event.inputs.runstep - name: optional run: echo optional step if: github.event.inputs.runstep == true