Skip to content

Commit

Permalink
DD-18: fixed some quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Feb 29, 2024
1 parent df036fa commit 25d3e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/skaffold-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
call-workflow-passing-data:
uses: cyverse-de/github-workflows/.github/workflows/[email protected]
with:
build-prerelease: ${{ contains(github.ref_name, "-rc") }}
build-prerelease: ${{ contains(github.ref_name, '-rc') }}
secrets:
harbor-username: ${{ secrets.HARBOR_USERNAME }}
harbor-password: ${{ secrets.HARBOR_PASSWORD }}

0 comments on commit 25d3e78

Please sign in to comment.