generated from archlinux/template
Fetch all history
This commit is contained in:
parent
1237f01c6e
commit
376b828fc0
@ -10,7 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
@ -27,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Merge latest changes
|
- name: Merge latest changes
|
||||||
run: |
|
run: |
|
||||||
git merge aur/master --allow-unrelated-histories
|
git merge aur/master
|
||||||
git status
|
git status
|
||||||
|
|
||||||
- name: Push changes (if any)
|
- name: Push changes (if any)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user