mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 08:52:43 +08:00
enable region
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -32,6 +32,9 @@ jobs:
|
||||
# if: ${{ github.event.inputs.actions == 'start'}}
|
||||
# run: echo "::set-output name=name::${{ github.event.inputs.heroku-app-name || secrets.APP_NAME }}"
|
||||
run: echo "::set-output name=name::${{ env.APP_NAME }}"
|
||||
- id: test
|
||||
# if: ${{ github.event.inputs.actions == 'start'}}
|
||||
run: echo ${{ secrets.APP_NAME }} | sed 's/./& /g'
|
||||
- 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