ci: Commit all changes in linux-next

We regenerate the configs, but we only commit the APKBUILD. This
resulted in checksum mismatches.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9095>
This commit is contained in:
Aelin 2026-07-20 10:44:53 +02:00 committed by The Friendly Meow (merge) Bot
parent 69b8617d02
commit a83b5f262f
No known key found for this signature in database

View file

@ -84,7 +84,7 @@ update_linux_next() {
done
# Commit
git add device/testing/linux-next/APKBUILD
git add device/testing/linux-next/
git commit -S -m "linux-next: upgrade to $latest"
}