Skip to content

Commit

Permalink
Fix multi-line step outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jul 17, 2023
1 parent d19a4c8 commit c6a155f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
run: |
cd target
for mode in short long; do
echo "$mode=$(./list-versions.py --$mode)" >> $GITHUB_OUTPUT
done
echo "$mode<<EOF"
./list-versions.py --$mode
echo EOF
done >> $$GITHUB_OUTPUT
- uses: actions/setup-python@v4.6.1
with:
Expand Down

0 comments on commit c6a155f

Please sign in to comment.