From 2c4993ed9048e05098b904eca1862745d9ddb6bf Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 01:51:10 +0800 Subject: [PATCH] chore: update --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0adc94f..0f96b03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: justlogin: true - run: | echo ${{ github.event.inputs.actions }} - if [[ ${{ github.event.inputs.actions1 }} == '' ]]; then echo "actions1 is empty"; fi + if [[ ${{ github.event.inputs.actions1 == '' }} ]]; then echo "actions1 is empty"; fi if [[ ${{ github.event.inputs.actions }} == 'stop' ]]; then echo "stop" && echo "dd"; fi if [[ ${{ github.event.inputs.actions }} == 'start' ]]; then echo "start" && echo "dd"; fi heroku auth:whoami