Tweaking PR creation step.

This commit is contained in:
2025-01-14 12:21:05 -05:00
parent 188bf0c4da
commit bfcac1b0e1
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
fi
elif [ $? -eq 1 ]; then
echo "PR does not exist, creating..."
tea pr c -r "${{ github.repository }}" -t "Automated PR for ${{ github.ref_name }}" -d "Automated PR for ${{ github.ref_name }}
tea pr c -r "${{ github.repository }}" -t "Automated PR for ${{ github.ref_name }}" -d "Automated PR for ${{ github.ref_name }}"
fi
docker-compose-test: