From a22f6d322a6bde14bc5aa628d972a941353e6976 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Fri, 8 Apr 2022 20:36:19 +0800 Subject: [PATCH] enable region --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8135ed1..a4e8b01 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"