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 bb63bab commit 6a98b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
APP_NAME: ${{ secrets.APP_NAME }}
outputs:
actions: ${{ github.event.inputs.actions || 'deploy'}}
herokuAppName: ${{ steps.herokuAppName.outputs.name }}
herokuAppName: ${{ github.event.inputs.heroku-app-name }}
test111: ${{ github.event.inputs.env }} # todo
steps:
- id: herokuAppName # TODO check atcion doc for usage
Expand Down

0 comments on commit 6a98b41

Please sign in to comment.