Skip to content

Commit

Permalink
No longer using temp variable
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoarthur0 committed Jan 5, 2025
1 parent 51d09e7 commit 06d8866
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/update-missing-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,12 @@ jobs:
- name: Write missing translation to file
run: |
python scripts/check_languages.py -output missing.md -report_summary -report_key_mismatch -report_missing_translations
- name: Get comment body
id: get-comment-body
run: |
body=$(cat missing.md)
echo "body=$body" >> $GITHUB_OUTPUT
- name: Update comment
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/create-or-update-comment@v4
with:
# Update the comment in issue 475
# https://github.com/TTLApp/time-to-leave/issues/475#issuecomment-808787273
comment-id: 808787273
edit-mode: replace
body: ${{ steps.get-comment-body.outputs.body }}
body-path: missing.md
reactions: hooray

0 comments on commit 06d8866

Please sign in to comment.