Skip to content

Commit 34fc5af

Browse files
authored
Merge pull request #6 from GitGuardian/fspiers/-/fix-syntax
fix(ci): syntax
2 parents 553a17e + d0a7608 commit 34fc5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
195195
# Push to GHCR
196196
echo "Pushing Helm chart $CHART_NAME-$CHART_VERSION.tgz to oci://ttl.sh/${{ github.event.repository.name }}/helm"
197-
if helm push ./$CHART_NAME-$CHART_VERSION.tgz oci://ttl.sh/${{ github.event.repository.name }}/helm"; then
197+
if helm push ./$CHART_NAME-$CHART_VERSION.tgz oci://ttl.sh/${{ github.event.repository.name }}/helm; then
198198
echo "Successfully released $CHART_NAME-$CHART_VERSION to ttl.sh"
199199
else
200200
echo "Failed to push $CHART_NAME-$CHART_VERSION to ttl.sh"

0 commit comments

Comments
 (0)