Print log before merge
Some checks failed
Workflows / Update from AUR (push) Failing after 7s
Workflows / Wake Runner (push) Has been skipped
Workflows / Check if rebuild is necessary (push) Has been skipped
Workflows / Build and Push (push) Has been skipped

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 12:00:42 +02:00
parent f7f8a6ed92
commit 1237f01c6e

View File

@ -21,7 +21,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: |