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 aca5774 commit fc47793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit fc47793

Please sign in to comment.