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

Commit35417de

Browse files
committed
fixup! inline
1 parent8505158 commit35417de

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
@@ -150,12 +150,12 @@ jobs:
150150
echo ''
151151
} >> "${SUMMARY_FILE}"
152152
153-
if [[ "${ISSUE_URL}" == "${GITHUB_REPOSITORY}"* ]]; then
153+
if [[ "${ISSUE_URL}" == "https://github.com/${GITHUB_REPOSITORY}"* ]]; then
154154
gh issue comment "${ISSUE_URL}" --body-file "${SUMMARY_FILE}" --create-if-none --edit-last
155155
else
156156
echo "Skipping comment on other repo."
157157
fi
158-
cat<"${SUMMARY_FILE}" >> "${GITHUB_STEP_SUMMARY}"
158+
cat "${SUMMARY_FILE}" >> "${GITHUB_STEP_SUMMARY}"
159159
160160
-name:Cleanup workspace
161161
if:steps.create-workspace.outputs.workspace_name != '' && steps.create-archive.outputs.archive_url != ''

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp