mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
enable region
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
||||
actions: ${{ github.event.inputs.actions || 'deploy'}}
|
||||
herokuAppName: ${{ steps.herokuAppName.outputs.name }}
|
||||
test111: ${{ github.event.inputs.env }} # todo
|
||||
APP_NAME: ${{ secrets.APP_NAME }}
|
||||
steps:
|
||||
- id: herokuAppName # TODO check atcion doc for usage
|
||||
# if: ${{ github.event.inputs.actions == 'start'}}
|
||||
@@ -47,6 +48,8 @@ jobs:
|
||||
# run: echo needs.jobenv.outputs.herokuAppName is ${{needs.jobenv.outputs.herokuAppName}}
|
||||
- run: echo test111 is ${{needs.jobenv.outputs.test111}}
|
||||
- run: echo ${{needs.jobenv.outputs.herokuAppName}} | sed 's/./& /g'
|
||||
- run: echo ${{needs.jobenv.outputs.APP_NAME}} | sed 's/./& /g'
|
||||
|
||||
|
||||
heroku-deploy:
|
||||
needs: jobenv
|
||||
|
||||
Reference in New Issue
Block a user