Skip to content

Commit

Permalink
Remove --output argument from 'up' call (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacpayne authored Oct 11, 2023
1 parent 81a26a3 commit 29ee198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,7 @@ runs:
${{ env.CA_GH_ACTION_TARGET_PORT_ARG }} \
${{ env.CA_GH_ACTION_INGRESS_ARG }} \
${{ env.CA_GH_ACTION_CONTAINER_APP_ENVIRONMENT_VARIABLES_ARG }} \
${{ env.CA_GH_ACTION_REGISTRY_LOGIN_ARG }} \
--output none
${{ env.CA_GH_ACTION_REGISTRY_LOGIN_ARG }}
- name: Disable ingress on the existing Container App
if: ${{ env.CA_GH_ACTION_RESOURCE_EXISTS == 'true' && inputs.ingress == 'disabled' && env.CA_GH_ACTION_YAML_PROVIDED != 'true' }}
Expand Down

0 comments on commit 29ee198

Please sign in to comment.