Skip to content

Commit

Permalink
enable region
Browse files Browse the repository at this point in the history
  • Loading branch information
zizifn committed Apr 8, 2022
1 parent c843dba commit 2fe63c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}}
Expand All @@ -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
Expand Down

0 comments on commit 2fe63c7

Please sign in to comment.