Skip to content

Commit

Permalink
ci: add some nrt
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander committed Dec 16, 2022
1 parent 7e7773e commit f6d4775
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Comment PR
- name: Comment PR with message
uses: ./
with:
message: |
Current branch is `${{ github.head_ref }}`.
_(execution **${{ github.run_id }}** / attempt **${{ github.run_attempt }}**)_
comment_tag: nrt
comment_tag: nrt_message
reactions: eyes, rocket
mode: recreate

- name: Comment PR with file
uses: ./
with:
filePath: README.md
comment_tag: nrt_file
reactions: eyes, rocket
mode: recreate

0 comments on commit f6d4775

Please sign in to comment.