mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 00:42:43 +08:00
enable region
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user