enable region

This commit is contained in:
zizifn
2022-04-08 19:48:24 +08:00
committed by zizifn
parent 447c62fdbc
commit 98cb7d184e

View File

@@ -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"