mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
ci(.github/workflows/traiage.yaml): fix task URL in github comment (#20142)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user