generated from archlinux/template
Compare commits
No commits in common. "9e0fe12fb81bafaa1c914db438912a0004c883d4" and "376b828fc061d0d1cbc73034feafab47e8829097" have entirely different histories.
9e0fe12fb8
...
376b828fc0
@ -23,7 +23,9 @@ jobs:
|
|||||||
run: git remote add aur https://aur.archlinux.org/yay.git
|
run: git remote add aur https://aur.archlinux.org/yay.git
|
||||||
|
|
||||||
- name: Fetch AUR
|
- name: Fetch AUR
|
||||||
run: git fetch aur
|
run: |
|
||||||
|
git fetch aur
|
||||||
|
git log --all --oneline --graph
|
||||||
|
|
||||||
- name: Merge latest changes
|
- name: Merge latest changes
|
||||||
run: |
|
run: |
|
||||||
@ -47,7 +49,7 @@ jobs:
|
|||||||
runs-on: ubuntu-amd64
|
runs-on: ubuntu-amd64
|
||||||
needs: wake
|
needs: wake
|
||||||
outputs:
|
outputs:
|
||||||
up-to-date: ${{ steps.up-to-date.outputs.exit_code }}
|
up-to-date: ${{ steps.up-to-date.outputs.up-to-date }}
|
||||||
container:
|
container:
|
||||||
image: gitea.seeseepuff.be/archlinux/archlinux:latest
|
image: gitea.seeseepuff.be/archlinux/archlinux:latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user