Skip to content

Commit 1f71c2c

Browse files
authored
ci(.github/workflows/traiage.yaml): fix task URL in github comment (#20142)
1 parent d93629b commit 1f71c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/traiage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
echo "Creating task: $TASK_NAME"
218218
./scripts/traiage.sh create
219219
if [[ "${ISSUE_URL}" == "https://github.com/${GITHUB_REPOSITORY}"* ]]; then
220-
gh issue comment "${ISSUE_URL}" --body "Task created: ${TASK_NAME}" --create-if-none --edit-last
220+
gh issue comment "${ISSUE_URL}" --body "Task created: https://dev.coder.com/tasks/${CODER_USERNAME}/${TASK_NAME}" --create-if-none --edit-last
221221
else
222222
echo "Skipping comment on other repo."
223223
fi

0 commit comments

Comments
 (0)