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 cbdf30d commit ddb9592
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 @@ -44,8 +44,8 @@ jobs:
# run: echo needs.jobenv.outputs.herokuAppName is ${{needs.jobenv.outputs.herokuAppName}}
- run: echo test111 is ${{needs.jobenv.outputs.test111}}
- run: |
echo 'output first 4 letter herokuAppName'
echo ${{needs.jobenv.outputs.herokuAppName}} | cut -c 1-4 | sed 's/./& /g'
echo output first 4 letter herokuAppName $(echo ${{needs.jobenv.outputs.herokuAppName}} | cut -c 1-4 | sed 's/./& /g')
heroku-deploy:
needs: jobenv
Expand Down

0 comments on commit ddb9592

Please sign in to comment.