You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,8 @@ runs:
59
59
Learn more about alt text at [Basic writing and formatting syntax: images on GitHub Docs](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images)."
60
60
flag="$(flagAltText "$content")"
61
61
62
-
echo $flag
63
-
echo $type
62
+
echo "Detected bad alt text: ${flag}"
63
+
echo "Event type: $type"
64
64
65
65
if [[ $flag = true ]]; then
66
66
if [[ $type = pr_comment ]] || [[ $type = pr_description ]]; then
0 commit comments