Skip to content

Commit

Permalink
test: add nrt for create_if_not_exists
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander committed Dec 18, 2022
1 parent 45f4fe7 commit f336ad2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ jobs:
filePath: README.md
comment_tag: nrt_file
reactions: eyes, rocket
mode: recreate
mode: recreate

- name: Do not comment PR if not exists
uses: ./
with:
message: Should not be printed
comment_tag: nrt_create_if_not_exists
create_if_not_exists: false

0 comments on commit f336ad2

Please sign in to comment.