diff --git a/templates/node-service/content/.github/workflows/pull_request.yaml b/templates/node-service/content/.github/workflows/pull_request.yaml index b20dc0b..d591ae5 100644 --- a/templates/node-service/content/.github/workflows/pull_request.yaml +++ b/templates/node-service/content/.github/workflows/pull_request.yaml @@ -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 diff --git a/templates/podinfo-example/content/.github/workflows/pull_request.yaml b/templates/podinfo-example/content/.github/workflows/pull_request.yaml index 3a40966..afa84d6 100644 --- a/templates/podinfo-example/content/.github/workflows/pull_request.yaml +++ b/templates/podinfo-example/content/.github/workflows/pull_request.yaml @@ -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