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

Commitb6fbf22

Browse files
committed
fix TASK_NAME
1 parentd10d49a commitb6fbf22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/traiage.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ jobs:
233233
TASK_NAME:${{ steps.create-task.outputs.TASK_NAME }}
234234
run:|
235235
echo "Waiting for task to complete..."
236-
coder exp task status "${CODER_USERNAME}/$TASK_NAME" --watch
237-
echo "Creating archive for workspace: $TASK_NAME"
236+
coder exp task status "${TASK_NAME}" --watch
237+
echo "Creating archive for workspace: ${TASK_NAME}"
238238
./scripts/traiage.sh archive
239239
echo "archive_url=${BUCKET_PREFIX%%/}/$TASK_NAME.tar.gz" >> "${GITHUB_OUTPUT}"
240240

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp