Skip to content

Commit

Permalink
Update action.yml (#64)
Browse files Browse the repository at this point in the history
### What

closes: #62
  • Loading branch information
kendallgassner authored Jan 29, 2025
1 parent 38fba82 commit 531a743
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,18 @@ runs:
flag=$(node ${{ github.action_path }}/src/index.js "$content" "$CONFIG")

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:
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:

$flag

> 🤖 Beep boop! This comment was added automatically by [github/accessibility-alt-text-bot](https://github.com/github/accessibility-alt-text-bot).
"
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:
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:

$flag

Expand Down

0 comments on commit 531a743

Please # to comment.