Remove graph logging

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 12:04:47 +02:00
parent 376b828fc0
commit 493df388b6

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