Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Sep 4, 2023
1 parent e33f903 commit 328999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: update calaos release
uses: fjogeleit/http-request-action@v1
with:
url: "${{ env.CALAOS_REL_URL }}${{ github.event.inputs.rel && '' || '-dev' }}/${{ github.event.inputs.imagename }}"
url: "${{ env.CALAOS_REL_URL }}${{ (github.event.inputs.rel && '') || '-dev' }}/${{ github.event.inputs.imagename }}"
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
bearerToken: ${{ secrets.CALAOS_REL_TOKEN }}
Expand Down

0 comments on commit 328999e

Please sign in to comment.