Skip to content

Commit

Permalink
check in nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallgassner committed Oct 11, 2023
1 parent 163e10a commit 5ea785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
target=" your discussion body"
fi
fi
flag=$(node ./index.js "$content")
flag=$(node ${{ github.action_path }}/index.js "$content")
message="Uh oh! @$user, the image you shared is missing helpful alt text. Check $target.
Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.
Expand Down

0 comments on commit 5ea785d

Please sign in to comment.