mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 08:52:43 +08:00
enable region
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: heroku-deploy-stop-start
|
||||
name: heroku-deploy-stop-start-destroy
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -20,7 +20,7 @@ on:
|
||||
jobs:
|
||||
jobenv:
|
||||
runs-on: ubuntu-latest
|
||||
environment: ${{ github.event.inputs.env}}
|
||||
environment: ${{ github.event.inputs.env }}
|
||||
env: # Or as an environment variable
|
||||
APP_NAME: ${{ secrets.APP_NAME }}
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user