Skip to content

Commit

Permalink
GH cmment demo
Browse files Browse the repository at this point in the history
  • Loading branch information
subho007 committed Nov 30, 2023
1 parent eb8783f commit 1fc6d1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# The name of our workflow
name: Build
on:
pull_request:
types: [opened, reopened]
push:
branches:
- master
Expand Down Expand Up @@ -43,3 +45,8 @@ jobs:
appknox_access_token: ${{ secrets.APPKNOX_ACCESS_TOKEN }}
file_path: app/build/outputs/bundle/debug/app.aab
risk_threshold: ${{ env.RISK_THRESHOLD }}
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Hello world ! :wave:

0 comments on commit 1fc6d1f

Please sign in to comment.