generated from archlinux/template
Compare commits
2 Commits
376b828fc0
...
9e0fe12fb8
Author | SHA1 | Date | |
---|---|---|---|
9e0fe12fb8 | |||
493df388b6 |
@ -23,9 +23,7 @@ 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: |
|
run: git fetch aur
|
||||||
git fetch aur
|
|
||||||
git log --all --oneline --graph
|
|
||||||
|
|
||||||
- name: Merge latest changes
|
- name: Merge latest changes
|
||||||
run: |
|
run: |
|
||||||
@ -49,7 +47,7 @@ jobs:
|
|||||||
runs-on: ubuntu-amd64
|
runs-on: ubuntu-amd64
|
||||||
needs: wake
|
needs: wake
|
||||||
outputs:
|
outputs:
|
||||||
up-to-date: ${{ steps.up-to-date.outputs.up-to-date }}
|
up-to-date: ${{ steps.up-to-date.outputs.exit_code }}
|
||||||
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