We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e797d commit 11103a0Copy full SHA for 11103a0
1 file changed
.github/workflows/update-llama-cpp.yml
@@ -102,5 +102,5 @@ jobs:
102
--jq '.[0].url')
103
104
if [ -n "$RUN_URL" ]; then
105
- gh pr comment "$PR_URL" --body "🔨 **CI triggered manually:** $RUN_URL
+ gh pr comment "$PR_URL" --body "🔨 **CI triggered manually:** $RUN_URL"
106
fi
0 commit comments