Skip to content

Commit

Permalink
prova output
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvescera committed Aug 9, 2023
1 parent 57eb956 commit d39c9b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,12 @@ jobs:
mv textidote.jar "${{ needs.preview.outputs.root }}"
cd "${{ needs.preview.outputs.root }}"
java -jar textidote.jar main.tex > out.txt
cat out.txt
echo "out=$(< out.txt)" >> $GITHUB_ENV
echo "$(< out.txt)"
echo "out='$(< out.txt)'" >> $GITHUB_ENV
# echo "out=$(cat out.txt)" >> $GITHUB_ENV
- run: echo "$(< out.txt)"

- uses: LouisBrunner/[email protected]
if: always()
with:
Expand Down

0 comments on commit d39c9b3

Please sign in to comment.