Skip to content

Commit 6bf73dc

Browse files
committed
Fix typo
1 parent 988a113 commit 6bf73dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)