enable region

This commit is contained in:
zizifn
2022-04-08 22:13:17 +08:00
committed by zizifn
parent f4efdc06f4
commit 3f2301d790

View File

@@ -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 }}
run: echo ::set-output name=name::${{ 'testuuuuu' }}
- id: isDeployHeroku # TODO check atcion doc for usage
# if: ${{ github.event.inputs.actions == 'start'}}
run: echo "::set-output name=action::false"