Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f71c2c

Browse files
authored
ci(.github/workflows/traiage.yaml): fix task URL in github comment (#20142)
1 parentd93629b commit1f71c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.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)

[8]ページ先頭

©2009-2025 Movatter.jp