Skip to content

Commit

Permalink
ci: fix btp publish action
Browse files Browse the repository at this point in the history
eventually by specifying a @ spec?
[skip ci]
  • Loading branch information
vobu committed Sep 25, 2023
1 parent 0f4edc6 commit 1bf1f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-btp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
uses: actions/download-artifact@v3
with:
name: mtar
- uses: elliottpope/cloudfoundry-cli-action
- name: deploy to BTP
uses: elliottpope/cloudfoundry-cli-action@v6
with:
CF_API: https://api.cf.eu20.hana.ondemand.com
USERNAME: ${{ secrets.BTP_LOGIN }}
Expand Down

0 comments on commit 1bf1f1d

Please sign in to comment.