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 9fc2d40 commit d150550
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
environment: ${{ github.event.inputs.env}}
outputs:
actions: ${{ github.event.inputs.actions || 'deploy'}}
herokuAppName: ${{ github.event.inputs.heroku-app-name || secrets.APP_NAME }}
herokuAppName: ${{ steps.herokuAppName.outputs.name }}
test111: ${{ github.event.inputs.env }} # todo
steps:
- id: herokuAppName # TODO check atcion doc for usage
# if: ${{ github.event.inputs.actions == 'start'}}
run: echo "::set-output name=name::${{ github.event.inputs.heroku-app-name || secrets.APP_NAME }}"
- id: isDeployHeroku # TODO check atcion doc for usage
# if: ${{ github.event.inputs.actions == 'start'}}
run: echo "::set-output name=action::false"
Expand Down

0 comments on commit d150550

Please sign in to comment.