Skip to content

Commit 07144bb

Browse files
committed
Remove confusing message
The `Workflow skipped` notice and corresponding GitHub Step Summary are clearer.
1 parent 7e00a29 commit 07144bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unknown-words.sh

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ dispatcher() {
7676
open_pr_number="$(jq -r '.[0].number' "$pull_request_json")"
7777
echo "Found [open PR #$open_pr_number]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pull/$open_pr_number) - check-spelling should run there."
7878
echo
79-
echo '::warning title=WARNING: Skipped check-spelling::This workflow is intentionally terminating early with a success code -- it has not checked for misspellings.'
8079
pull_request_event_name=pull_request_target
8180
if [ -n "$workflow_path" ]; then
8281
if ! grep -q pull_request_target "$workflow_path" && grep -q pull_request "$workflow_path"; then

0 commit comments

Comments
 (0)