Skip to content

Commit

Permalink
Output result from message manager to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Danstiv committed Sep 14, 2024
1 parent df9772e commit 0944a09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/process_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0944a09

Please sign in to comment.