Skip to content

Commit

Permalink
Inline set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Oct 3, 2023
1 parent 2497c2c commit 7fb9cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .github/set-output

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
- run: ./lang/report.sh | tee after.tsv | column -t
- run: .github/pr_text.py | tee summary.md

- run: .github/set-output summary <summary.md
- run: |
echo >>$GITHUB_OUTPUT "summary<<EOS_SUMMARY"
cat >>$GITHUB_OUTPUT <summary.md
echo >>$GITHUB_OUTPUT "EOS_SUMMARY"
id: report
- run: rm before.tsv after.tsv summary.md

Expand Down

0 comments on commit 7fb9cbb

Please sign in to comment.