From fa5b1aa93e371b5d9c5216ce4637a36acc3a2837 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 19:28:12 +0300 Subject: [PATCH] Conditionals aren't supported. --- .github/actions/setup/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 4369bfe..e9ee3ed 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -79,7 +79,6 @@ runs: # (format t "::endgroup::~%")) - name: Run a custom Roswell Script - if: ${{ inputs.custom-code }} shell: ros -Q -- {0} "$@" run: ${{ inputs.custom-code }}