From f4d3f65e723552ed06c1ab87e2be2faba8c06f9f Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 10:50:48 -0700 Subject: [PATCH] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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