diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bda82a4..917ee58 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - id: herokuAppName # TODO check atcion doc for usage # 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::${{ github.event.inputs.actions }} + run: echo ::set-output name=name::${{ github.event.inputs.heroku-app-name }} - id: isDeployHeroku # TODO check atcion doc for usage # if: ${{ github.event.inputs.actions == 'start'}} run: echo "::set-output name=action::false"