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 5e27d78 commit b29fdfd
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 @@ -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 }}
run: echo ::set-output name=name::test111
- 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 b29fdfd

Please sign in to comment.