From 7e6e0996a1f14bfa023b1303fc2e60ddcf8eadaa Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sat, 9 Apr 2022 00:00:09 +0800 Subject: [PATCH] add description --- .github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f74b9e..8c3e562 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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