mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
PR: troubleshooting the PR not being created
This commit is contained in:
parent
c9ba287da5
commit
c1a8c1a5e5
4
.github/workflows/pr_from_upstream.yml
vendored
4
.github/workflows/pr_from_upstream.yml
vendored
|
@ -66,9 +66,7 @@ jobs:
|
||||||
|
|
||||||
git diff
|
git diff
|
||||||
|
|
||||||
echo "GIT_DIFF<<EOF" >> $GITHUB_ENV
|
echo "GIT_DIFF=$git diff" >> $GITHUB_ENV
|
||||||
git diff >> $GITHUB_ENV
|
|
||||||
echo "EOF" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Push changes to new branch
|
- name: Push changes to new branch
|
||||||
if: success()
|
if: success()
|
||||||
|
|
Loading…
Reference in a new issue