Update generate-app-headers.yaml

This commit is contained in:
CanbiZ 2025-01-10 13:07:06 +01:00 committed by GitHub
parent cb8372da3d
commit 42375390d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,11 +41,10 @@ jobs:
echo ".app-headers already exists."
fi
# Step 4: Check for changes between main and update-app-headers
- name: Check if changes are detected
# Step 4: Check for changes in the .app-headers file content
- name: Check if .app-headers has changes
id: check_changes
run: |
git fetch origin
git diff --quiet origin/main..HEAD -- .app-headers
echo "Changes detected: $?"
continue-on-error: true # So the workflow continues even if no changes are detected