enable region

This commit is contained in:
zizifn
2022-04-08 22:31:25 +08:00
committed by zizifn
parent 12293543b4
commit e18be94871

View File

@@ -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