diff --git a/.gitea/workflows/render-manifests-push.yaml b/.gitea/workflows/render-manifests-push.yaml index 865dd2619..384865015 100644 --- a/.gitea/workflows/render-manifests-push.yaml +++ b/.gitea/workflows/render-manifests-push.yaml @@ -43,7 +43,7 @@ jobs: echo ">> Commit SHA: ${{ gitea.event.after }}" echo ">> Parent Count: $PARENT_COUNT" - if [ $PARENT_COUNT > 1]; do + if [ $PARENT_COUNT > 1]; then echo "">> Commit detected to be a direct commit to main" fi