diff --git a/.github/workflows/codemagic.yml b/.github/workflows/codemagic.yml index c1d62dc..b764632 100644 --- a/.github/workflows/codemagic.yml +++ b/.github/workflows/codemagic.yml @@ -3,15 +3,14 @@ name: Codemagic status on: pull_request jobs: - example_comment_pr: + test: runs-on: ubuntu-latest - name: Codemagic build + permissions: + pull-requests: write steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Comment PR - uses: thollander/actions-comment-pull-request@v2 + - uses: mshick/add-pr-comment@v2 with: message: | - Hello world ! :wave: \ No newline at end of file + **Hello** + 🌏 + ! \ No newline at end of file