From fe42215b30e47b4838263a7b2d1714fd6a43601c Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 19:23:44 +0300 Subject: [PATCH] Moved if higher. --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 1ddff5f..4369bfe 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -79,9 +79,9 @@ runs: # (format t "::endgroup::~%")) - name: Run a custom Roswell Script + if: ${{ inputs.custom-code }} shell: ros -Q -- {0} "$@" run: ${{ inputs.custom-code }} - if: ${{ inputs.custom-code }} # - name: Test # shell: bash