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
message="Uh oh! @$user, the image you shared is missing helpful alt text. Check $target.
@@ -47,9 +47,15 @@ runs:
47
47
48
48
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)."
49
49
flag="$(flagAltText "$content")"
50
+
51
+
echo $flag
52
+
echo $type
53
+
50
54
if [[ $flag = true ]]; then
51
55
if [[ $type = pr_comment ]] || [[ $type = pr_description ]]; then
0 commit comments