V8.03.148.2025.06.02

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-02 15:51:03 +02:00
parent 3210601f48
commit f7fd74226f
3 changed files with 100 additions and 45 deletions

View File

@@ -298,7 +298,7 @@ jobs:
run: |
set -euo pipefail
PRIVATE_FILE="LIVE_ISO.private"
git add "${PRIVATE_FILE}" || echo " Nothing to add."
git add "${PRIVATE_FILE}" || echo " Nothing to add."
- name: 🔑 Commit and sign changes with CI metadata.
shell: bash
@@ -309,7 +309,7 @@ jobs:
export GNUPGHOME="$(pwd)/.gnupg"
if git diff --cached --quiet; then
echo " No staged changes to commit."
echo " No staged changes to commit."
else
echo "📝 Committing changes with GPG signature ..."