From 2039462328fca8861da82f9bc94aaa0c7382301d Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Fri, 8 Apr 2022 21:46:03 +0800 Subject: [PATCH] enable region --- .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 b9e70d2..2a559f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - id: herokuAppName # TODO check atcion doc for usage # if: ${{ github.event.inputs.actions == 'start'}} # run: echo "::set-output name=name::${{ github.event.inputs.heroku-app-name || secrets.APP_NAME }}" - run: echo "::set-output name=name::${{ github.event.inputs.heroku-app-name || env.APP_NAME }}" + run: echo "::set-output name=name::${{ github.event.inputs.heroku-app-name }}" - id: isDeployHeroku # TODO check atcion doc for usage # if: ${{ github.event.inputs.actions == 'start'}} run: echo "::set-output name=action::false"