From de7ec4796d60d3139eefb2733dad970467673987 Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Wed, 2 Aug 2023 21:16:42 +0000 Subject: [PATCH] debug: workflow --- .github/workflows/codemagic.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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