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 b0925f8 commit bb63bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# 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}} | cut -c 1-4 | sed 's/./& /g'
echo ${{needs.jobenv.outputs.herokuAppName}} | sed 's/./& /g'
heroku-deploy:
Expand Down

0 comments on commit bb63bab

Please sign in to comment.