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