From d38811f2290e7684e327bf0b22996893241f156d Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sat, 9 Apr 2022 00:02:53 +0800 Subject: [PATCH] add description --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38fa800..f1ec91e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,10 +42,10 @@ jobs: HEROKU_TUNNEL_TOKEN: ${{ secrets.HEROKU_TUNNEL_TOKEN }} steps: - run: | - echo "actions: ${{ github.event.inputs.actions }}" - echo "heroku-region: ${{ github.event.inputs.heroku-region }}" - echo "heroku-app-name: ${{ github.event.inputs.heroku-app-name }}" - echo "env: ${{ github.event.inputs.env }}" + echo "actions: ${{ github.event.inputs.actions }}" + echo "heroku-region: ${{ github.event.inputs.heroku-region }}" + echo "heroku-app-name: ${{ github.event.inputs.heroku-app-name }}" + echo "env: ${{ github.event.inputs.env }}" - id: APP_NAME is empty if: ${{ env.APP_NAME == ''}} run: echo APP_NAME is empty