enable region

This commit is contained in:
zizifn
2022-04-08 20:48:12 +08:00
committed by zizifn
parent 1ba81b4507
commit 4887417ba4

View File

@@ -27,6 +27,7 @@ jobs:
actions: ${{ github.event.inputs.actions || 'deploy'}}
herokuAppName: ${{ steps.herokuAppName.outputs.name }}
test111: ${{ github.event.inputs.env }} # todo
APP_NAME: ${{ secrets.APP_NAME }}
steps:
- id: herokuAppName # TODO check atcion doc for usage
# if: ${{ github.event.inputs.actions == 'start'}}
@@ -47,6 +48,8 @@ jobs:
# run: echo needs.jobenv.outputs.herokuAppName is ${{needs.jobenv.outputs.herokuAppName}}
- run: echo test111 is ${{needs.jobenv.outputs.test111}}
- run: echo ${{needs.jobenv.outputs.herokuAppName}} | sed 's/./& /g'
- run: echo ${{needs.jobenv.outputs.APP_NAME}} | sed 's/./& /g'
heroku-deploy:
needs: jobenv