diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 3119cdd90..1a8806ec3 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -10,9 +10,8 @@ jobs: steps: - name: print ref run: echo ${{ github.base_ref }} - - name: comment PR - uses: unsplash/comment-on-pr@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Comment PR + uses: thollander/actions-comment-pull-request@master with: - msg: "Beep boop" + message: 'Example of message !' + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}