From 2923a58261ba5f99ba5984ca3647b68d089b7d4d Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:29:02 +0800 Subject: [PATCH] enable region --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03a66b9..6af9627 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: environment: ${{ github.event.inputs.env}} outputs: actions: ${{ github.event.inputs.actions || 'deploy'}} - heroku-app-name: ${{ github.event.inputs.heroku-app-name || secrets.APP_NAME }} + herokuAppName: ${{ github.event.inputs.heroku-app-name || secrets.APP_NAME }} test111: ${{ github.event.inputs.env }} # todo steps: - id: isDeployHeroku # TODO check atcion doc for usage @@ -35,7 +35,7 @@ jobs: steps: - id: test-env if: ${{ env.test-env }} - run: echo needs.jobenv.outputs.heroku-app-name is ${{needs.jobenv.outputs.heroku-app-name}} + run: echo needs.jobenv.outputs.herokuAppName is ${{needs.jobenv.outputs.herokuAppName}} - run: echo test111 is ${{needs.jobenv.outputs.test111}} heroku-deploy: