We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8505158 commit35417deCopy full SHA for 35417de
.github/workflows/traiage.yaml
@@ -150,12 +150,12 @@ jobs:
150
echo ''
151
} >> "${SUMMARY_FILE}"
152
153
- if [[ "${ISSUE_URL}" == "${GITHUB_REPOSITORY}"* ]]; then
+ if [[ "${ISSUE_URL}" == "https://github.com/${GITHUB_REPOSITORY}"* ]]; then
154
gh issue comment "${ISSUE_URL}" --body-file "${SUMMARY_FILE}" --create-if-none --edit-last
155
else
156
echo "Skipping comment on other repo."
157
fi
158
- cat<"${SUMMARY_FILE}" >> "${GITHUB_STEP_SUMMARY}"
+ cat "${SUMMARY_FILE}" >> "${GITHUB_STEP_SUMMARY}"
159
160
-name:Cleanup workspace
161
if:steps.create-workspace.outputs.workspace_name != '' && steps.create-archive.outputs.archive_url != ''