Skip to content

Commit 531a743

Browse files
Update action.yml (#64)
### What closes: #62
1 parent 38fba82 commit 531a743

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: action.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,18 @@ runs:
6868
6969
flag=$(node ${{ github.action_path }}/src/index.js "$content" "$CONFIG")
7070

71-
custom_config_message="<div alt-text-bot-id=\"$target_id\" /> Uh oh! @$user, your markdown has a few linting errors. Check $target to fix the following violations:
71+
custom_config_message="<div alt-text-bot-id=\"$target_id\" />
72+
73+
Uh oh! @$user, your markdown has a few linting errors. Check $target to fix the following violations:
7274

7375
$flag
7476

7577
> 🤖 Beep boop! This comment was added automatically by [github/accessibility-alt-text-bot](https://github.com/github/accessibility-alt-text-bot).
7678
"
7779
78-
message="<div alt-text-bot-id=\"$target_id\" /> Uh oh! @$user, at least one image you shared is missing helpful alt text. Check $target to fix the following violations:
80+
message="<div alt-text-bot-id=\"$target_id\" />
81+
82+
Uh oh! @$user, at least one image you shared is missing helpful alt text. Check $target to fix the following violations:
7983

8084
$flag
8185

0 commit comments

Comments
 (0)