Skip to content

Commit

Permalink
ci: Try to improve formatting of dependency update PR
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed May 18, 2023
1 parent bbcdb29 commit bed307f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ jobs:
echo 'This is an automated update of the `Pipfile.lock` file.' > updates.txt
echo '' >> updates.txt
echo '```' >> updates.txt
diff --side-by-side --suppress-common-lines --width=80 --expand-tabs requirements.old requirements.new >> updates.txt || true
diff --side-by-side --suppress-common-lines --width=60 --expand-tabs requirements.old requirements.new >> updates.txt || true
echo '```' >> updates.txt
cat updates.txt
echo 'UPDATES<<EOF' >> $GITHUB_ENV
cat updates.txt >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
Expand Down

0 comments on commit bed307f

Please sign in to comment.