Compare commits

...

2 Commits

Author SHA1 Message Date
9e0fe12fb8 Fix output thingy
Some checks failed
Workflows / Update from AUR (push) Successful in 8s
Workflows / Wake Runner (push) Successful in 4s
Workflows / Check if rebuild is necessary (push) Successful in 10s
Workflows / Build and Push (push) Failing after 26s
2025-04-23 12:04:53 +02:00
493df388b6 Remove graph logging 2025-04-23 12:04:47 +02:00

View File

@ -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: