From 531a7430c6930a39cae5a0aab2d165284468060f Mon Sep 17 00:00:00 2001 From: Kendall Gassner Date: Wed, 29 Jan 2025 21:31:44 +0000 Subject: [PATCH] Update action.yml (#64) ### What closes: https://github.com/github/accessibility-alt-text-bot/issues/62 --- action.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 91a3a5a..7b2b3cb 100644 --- a/action.yml +++ b/action.yml @@ -68,14 +68,18 @@ runs: flag=$(node ${{ github.action_path }}/src/index.js "$content" "$CONFIG") - custom_config_message="
Uh oh! @$user, your markdown has a few linting errors. Check $target to fix the following violations: + custom_config_message="
+ + 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="
Uh oh! @$user, at least one image you shared is missing helpful alt text. Check $target to fix the following violations: + message="
+ + Uh oh! @$user, at least one image you shared is missing helpful alt text. Check $target to fix the following violations: $flag