mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 00:42:43 +08:00
add description
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -26,10 +26,11 @@ jobs:
|
||||
outputs:
|
||||
actions: ${{ github.event.inputs.actions || 'deploy'}}
|
||||
test111: ${{ github.event.inputs.env }} # todo
|
||||
# steps:
|
||||
# - id: isDeployHeroku # TODO check atcion doc for usage
|
||||
# # if: ${{ github.event.inputs.actions == 'start'}}
|
||||
# run: echo "::set-output name=action::false"
|
||||
steps:
|
||||
- id: isDeployHeroku # TODO check atcion doc for usage
|
||||
# if: ${{ github.event.inputs.actions == 'start'}}
|
||||
run: echo "test output"
|
||||
|
||||
output-jobenv:
|
||||
runs-on: ubuntu-latest
|
||||
needs: jobenv
|
||||
|
||||
Reference in New Issue
Block a user