Skip to content

Commit

Permalink
Remove https from cf-input-host in ATs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc authored Nov 22, 2024
1 parent b0e8c78 commit 2f9eb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/at-common-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_SPACE: ${{ inputs.binder }}
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_SKIP_SSL_VALIDATION: true
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_TASK_SERVICES: p-scheduler
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_URL: "https://${{ inputs.cf-api-url }}"
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_URL: "${{ inputs.cf-api-url }}"
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_DOMAIN: "${{ inputs.cf-apps-domain }}"
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_ORG: p-dataflow
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_USERNAME: ${{ secrets.CF_USERNAME }}
Expand Down

0 comments on commit 2f9eb9f

Please sign in to comment.