fix: sync with upstream before making changes
This commit is contained in:
@@ -14,6 +14,10 @@ jobs:
|
|||||||
git clone http://gitea-http:3000/${{ github.repository }}.git .
|
git clone http://gitea-http:3000/${{ github.repository }}.git .
|
||||||
git checkout ${{ github.ref_name }}
|
git checkout ${{ github.ref_name }}
|
||||||
|
|
||||||
|
- name: Sync with upstream
|
||||||
|
run: |
|
||||||
|
git fetch origin
|
||||||
|
git rebase origin/${{ github.ref_name }}
|
||||||
|
|
||||||
- name: Update README
|
- name: Update README
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user