Skip to content

Commit eeb1e82

Browse files
committed
feat: 🎉 note diffs
1 parent 9098f70 commit eeb1e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128
echo "DRIVER_VERSION=${{ steps.chromedriver-version.outputs.DRIVER_VERSION }}" >> /tmp/body-text.txt
129129
echo "PYTHON_VERSION=${{ steps.python-version.outputs.PYTHON_VERSION }}" >> /tmp/body-text.txt
130130
echo "SELENIUM_VERSION=${{ steps.selenium-version.outputs.SELENIUM_VERSION }}" >> /tmp/body-text.txt
131-
echo "CHROME_VERSION=${{ steps.chrome-version.outputs.CHROME_VERSION }}" >> /tmp/body-text.txt
132-
echo "\n```diff\n$(git diff --staged)\n```" >> /tmp/body-text.txt
131+
echo -e "CHROME_VERSION=${{ steps.chrome-version.outputs.CHROME_VERSION }}\n\n" >> /tmp/body-text.txt
132+
git diff --staged >> /tmp/body-text.txt
133133
git commit -m "${TITLE}"
134134
git push --set-upstream origin $BRANCH
135135
gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}" --base dummy-behind-branch

0 commit comments

Comments
 (0)