Skip to content

Commit

Permalink
debug: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Aug 2, 2023
1 parent 1845dc7 commit de7ec47
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/codemagic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
**Hello**
🌏
!

0 comments on commit de7ec47

Please sign in to comment.