mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +00:00
PR: troubleshooting the PR not being created
This commit is contained in:
parent
c9ba287da5
commit
c1a8c1a5e5
6
.github/workflows/pr_from_upstream.yml
vendored
6
.github/workflows/pr_from_upstream.yml
vendored
|
@ -66,10 +66,8 @@ 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()
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue