From 98cb7d184ea1be084fda6109d8caf33fbd9c8f62 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:48:24 +0800 Subject: [PATCH] enable region --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bb9da7..b0a8120 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,8 @@ jobs: steps: - 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 }}" + # run: echo "::set-output name=name::${{ github.event.inputs.heroku-app-name || secrets.APP_NAME }}" + run: echo "::set-output name=name::${{ secrets.APP_NAME }}" - id: isDeployHeroku # TODO check atcion doc for usage # if: ${{ github.event.inputs.actions == 'start'}} run: echo "::set-output name=action::false"