ci(.github/workflows/traiage.yaml): fix task URL in github comment (#20142)

This commit is contained in:
Cian Johnston
2025-10-02 14:59:22 +01:00
committed by GitHub
parent d93629bcde
commit 1f71c2c129
+1 -1
View File
@@ -217,7 +217,7 @@ jobs:
echo "Creating task: $TASK_NAME"
./scripts/traiage.sh create
if [[ "${ISSUE_URL}" == "https://github.com/${GITHUB_REPOSITORY}"* ]]; then
gh issue comment "${ISSUE_URL}" --body "Task created: ${TASK_NAME}" --create-if-none --edit-last
gh issue comment "${ISSUE_URL}" --body "Task created: https://dev.coder.com/tasks/${CODER_USERNAME}/${TASK_NAME}" --create-if-none --edit-last
else
echo "Skipping comment on other repo."
fi