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 171b496 commit 0d1b1c4
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
@@ -1,4 +1,4 @@
name: heroku-deploy-stop-start
name: heroku-deploy-stop-start-destroy

on:
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ on:
jobs:
jobenv:
runs-on: ubuntu-latest
environment: ${{ github.event.inputs.env}}
environment: ${{ github.event.inputs.env }}
env: # Or as an environment variable
APP_NAME: ${{ secrets.APP_NAME }}
outputs:
Expand Down

0 comments on commit 0d1b1c4

Please sign in to comment.