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 59f52b8 commit 72c8e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.heroku-app-name || env.APP_NAME }}"
run: echo "::set-output name=name::${{ github.event.inputs.heroku-app-name || secrets.APP_NAME }}"
- id: test
# if: ${{ github.event.inputs.actions == 'start'}}
run: echo ${{ secrets.APP_NAME }} | sed 's/./& /g'
Expand All @@ -46,7 +46,7 @@ jobs:
# if: ${{ env.test-env }}
# run: echo needs.jobenv.outputs.herokuAppName is ${{needs.jobenv.outputs.herokuAppName}}
- run: echo test111 is ${{needs.jobenv.outputs.test111}}
- run: echo needs.jobenv.outputs.herokuAppName is ${{needs.jobenv.outputs.herokuAppName}}
- run: echo ${{needs.jobenv.outputs.herokuAppName}} | sed 's/./& /g'

heroku-deploy:
needs: jobenv
Expand Down

0 comments on commit 72c8e97

Please sign in to comment.