Fix issue with pathspec 'master'
This commit is contained in:
@@ -13,6 +13,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ref: surf-webkit2
|
||||||
|
|
||||||
- name: Add upstream remote
|
- name: Add upstream remote
|
||||||
run: |
|
run: |
|
||||||
@@ -21,10 +22,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Merge upstream into surf-webkit2
|
- name: Merge upstream into surf-webkit2
|
||||||
run: |
|
run: |
|
||||||
git checkout surf-webkit2
|
git config user.name "gitea-runner[bot]"
|
||||||
|
git config user.email "gitea-runner[bot]@noreply.erickahmed.com"
|
||||||
git merge upstream/surf-webkit2 --strategy-option ours --no-edit || true
|
git merge upstream/surf-webkit2 --strategy-option ours --no-edit || true
|
||||||
|
|
||||||
- name: Push merged branch
|
- name: Push merged branch
|
||||||
run: |
|
run: |
|
||||||
git push origin surf-webkit2
|
git push origin surf-webkit2
|
||||||
|
|
||||||
Reference in New Issue
Block a user