From 0944a096c5e79c1d32fc61d9b1aab49a10813e5e Mon Sep 17 00:00:00 2001 From: Danstiv <50794055+Danstiv@users.noreply.github.com> Date: Sun, 15 Sep 2024 04:55:48 +0700 Subject: [PATCH] Output result from message manager to stdout --- .github/workflows/process_translations.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/process_translations.yml b/.github/workflows/process_translations.yml index 588b40e..6fc149d 100644 --- a/.github/workflows/process_translations.yml +++ b/.github/workflows/process_translations.yml @@ -66,6 +66,8 @@ jobs: issue_number: context.issue.number, body: comment_body }); + - name: Output result + run: cat result.txt - name: Commit changes if: ${{ github.event_name == 'push' }} run: |