Skip to content

Commit

Permalink
fix multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Jul 17, 2024
1 parent f1b7510 commit 7c90c71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
TEST_HELM_REGISTRY_REPOSITORY: ${{ secrets.TEST_HELM_REGISTRY_REPOSITORY }}
TEST_HELM_REGISTRY_HELM_USER: ${{ secrets.TEST_HELM_REGISTRY_HELM_USER }}
TEST_HELM_REGISTRY_HELM_PASSWORD: ${{ secrets.TEST_HELM_REGISTRY_HELM_PASSWORD }}
run: >
dagger -m examples/
call package-push
--registry ${TEST_HELM_REGISTRY_URL}
--repository ${TEST_HELM_REGISTRY_REPOSITORY}
--username ${TEST_HELM_REGISTRY_HELM_USER}
--password ${TEST_HELM_REGISTRY_HELM_PASSWORD}
run: |
dagger -m examples/ \
call package-push \
--registry ${TEST_HELM_REGISTRY_URL} \
--repository ${TEST_HELM_REGISTRY_REPOSITORY} \
--username ${TEST_HELM_REGISTRY_HELM_USER} \
--password ${TEST_HELM_REGISTRY_HELM_PASSWORD}

0 comments on commit 7c90c71

Please sign in to comment.