From 43a57aa87f952756a65116ff9f38fc1cb75eecb1 Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 11 Apr 2023 22:50:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20ci=20(actions):=20fix=20broken?= =?UTF-8?q?=20logic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/ci/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index fea277f..22c3fd7 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -28,7 +28,7 @@ runs: [[ "$1" != "" ]] && echo "$1" || echo "$2" } start_time="$(date +%s)" - if [[ ${{ inputs.dry_run }} == "true" ]]; then + if [[ "${{ inputs.dry_run }}" != "" ]]; then working_dir="/tmp/sodalite-build-$start_time" ./build.sh \ --container \