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
|
||||
|
||||
- name: Fetch AUR
|
||||
run: |
|
||||
git fetch aur
|
||||
git log --all --oneline --graph
|
||||
run: git fetch aur
|
||||
|
||||
- name: Merge latest changes
|
||||
run: |
|
||||
@ -49,7 +47,7 @@ jobs:
|
||||
runs-on: ubuntu-amd64
|
||||
needs: wake
|
||||
outputs:
|
||||
up-to-date: ${{ steps.up-to-date.outputs.up-to-date }}
|
||||
up-to-date: ${{ steps.up-to-date.outputs.exit_code }}
|
||||
container:
|
||||
image: gitea.seeseepuff.be/archlinux/archlinux:latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user