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: |