Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Fix message overwriten
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
Saverio976 committed Dec 2, 2023
1 parent 9eadfe1 commit 2c2a2fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/norm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
message: "No coding style issue"
refresh-message-position: true
message-id: norm-cicd

- name: Send coding style message KO
uses: mshick/add-pr-comment@v2
Expand All @@ -43,6 +44,7 @@ jobs:
message-path: |
lambdananas-reports.log
refresh-message-position: true
message-id: norm-cicd

- name: Exit Status
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
with:
message: "Tests PASSED"
refresh-message-position: true
message-id: tests-cicd

- name: Send Test KO
uses: mshick/add-pr-comment@v2
Expand All @@ -84,3 +85,4 @@ jobs:
message-path: |
tests.log
refresh-message-position: true
message-id: tests-cicd

0 comments on commit 2c2a2fb

Please sign in to comment.