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 1687ee8 commit 355f8ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
steps:
- id: test-env
if: ${{ env.test-env }}
run: echo needs.jobenv.outputs.deploy is ${{needs.jobenv.outputs.deploy}}
- run: echo needs.jobenv.outputs.stop is ${{needs.jobenv.outputs.stop}}
- run: echo needs.jobenv.outputs.start is ${{needs.jobenv.outputs.start}}
run: echo needs.jobenv.outputs.heroku-app-name is ${{needs.jobenv.outputs.heroku-app-name}}
- run: echo herokuEnv is ${{env.herokuEnv}}

heroku-deploy:
Expand Down

0 comments on commit 355f8ad

Please sign in to comment.