Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
alperdedeoglu committed Oct 21, 2024
1 parent ae3ebb1 commit e374ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
run: |
cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
cf install-plugin multiapps -f
- name: echo cf space
run : |
echo ${{ secrets.CF_SPACE }}
# Step 7: Login to CF
- name: Log in to Cloud Foundry
run: |
Expand Down Expand Up @@ -80,5 +78,7 @@ jobs:
BTP_USERNAME: ${{ secrets.CF_USERNAME }}
BTP_PASSWORD: ${{ secrets.CF_PASSWORD }}
BTP_SUBDOMAIN: ${{ secrets.BTP_SUBDOMAIN }}
CF_SPACE: ${{ secrets.CF_SPACE }}
CF_ORG: ${{ secrets.CF_SPACE }}


0 comments on commit e374ca8

Please sign in to comment.