File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments