Skip to content

Commit

Permalink
enable region
Browse files Browse the repository at this point in the history
  • Loading branch information
zizifn committed Apr 8, 2022
1 parent b1558ad commit fe14da8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe14da8

Please sign in to comment.