Fix issue with pathspec 'master'
This commit is contained in:
@@ -13,6 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: surf-webkit2
|
||||
|
||||
- name: Add upstream remote
|
||||
run: |
|
||||
@@ -21,10 +22,10 @@ jobs:
|
||||
|
||||
- name: Merge upstream into surf-webkit2
|
||||
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
|
||||
|
||||
- name: Push merged branch
|
||||
run: |
|
||||
git push origin surf-webkit2
|
||||
|
||||
git push origin surf-webkit2
|
||||
Reference in New Issue
Block a user