File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ jobs:
7373 ISSUE_BODY="issue-body.md"
7474 printf "E2e tests have failed on the default branch.\n\n@github/code-scanning-secexp-reviewers" > "$ISSUE_BODY"
7575
76- ISSUE="$(gh issue create --repo "$GITHUB_REPOSITORY" --label "e2e-test-failure" --title "E2@ test failure" --body-file "$ISSUE_BODY")"
76+ ISSUE="$(gh issue create --repo "$GITHUB_REPOSITORY" --label "e2e-test-failure" --title "E2E test failure" --body-file "$ISSUE_BODY")"
7777 # `gh issue create` returns the full issue URL, not just the number.
7878 echo "Created issue with URL $ISSUE"
7979 fi
8080
8181 COMMENT_FILE="comment.md"
8282 RUN_URL=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
83- printf 'E2@ test [%s](%s) failed on ref `%s`' "$GITHUB_RUN_ID" "$RUN_URL" "$GITHUB_REF" > "$COMMENT_FILE"
83+ printf 'E2E test [%s](%s) failed on ref `%s`' "$GITHUB_RUN_ID" "$RUN_URL" "$GITHUB_REF" > "$COMMENT_FILE"
8484
8585 # `gh issue create` returns an issue URL, and `gh issue list | cut -f 1` returns an issue number.
8686 # Both are accepted here.
You can’t perform that action at this time.
0 commit comments