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
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
@ -27,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Merge latest changes
|
||||
run: |
|
||||
git merge aur/master --allow-unrelated-histories
|
||||
git merge aur/master
|
||||
git status
|
||||
|
||||
- name: Push changes (if any)
|
||||
|
Loading…
x
Reference in New Issue
Block a user