Skip to content

Commit

Permalink
Merge pull request #10 from humanitec-architecture/comment-if-
Browse files Browse the repository at this point in the history
PR comment even if deployment failure
  • Loading branch information
mathieu-benoit authored Jan 24, 2024
2 parents a1ced0b + 132f48f commit ede847f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
cat pr_message.txt
- name: Comment PR
if: ${{ always() }}
uses: thollander/actions-comment-pull-request@v2
with:
filePath: pr_message.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
cat pr_message.txt
- name: Comment PR
if: ${{ always() }}
uses: thollander/actions-comment-pull-request@v2
with:
filePath: pr_message.txt
Expand Down

0 comments on commit ede847f

Please sign in to comment.