thollander / actions-comment-pull-request

GitHub action to comment pull request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload images

brunovollmer opened this issue · comments

commented

Hey,

great repo and action. I was wondering how hard it would be to add the option to also upload images as a comment into the PR conversation.

Hello,

thanks !
It's actually already in place.
Check out this example : #6

      - name: Comment PR with image
        uses: thollander/actions-comment-pull-request@v2
        with:
          message: 'You can also put images... ![Placholder](https://via.placeholder.com/150.png)'