Update generate-app-headers.yaml

This commit is contained in:
CanbiZ 2025-01-10 12:54:31 +01:00 committed by GitHub
parent 6e56610e28
commit 7c08ec1fc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,6 @@ jobs:
run: |
if [ ! -f ".app-headers" ]; then
echo "The .app-headers file does not exist. Creating it."
touch .app-headers
echo "Generated by CI" > .app-headers
else
echo ".app-headers already exists."
@ -66,7 +65,7 @@ jobs:
run: |
bash .github/workflows/generate-app-headers.sh
# Step 8: Check if there are changes
# Step 8: Check for changes (ensure file is updated)
- name: Check for changes
run: |
git diff --exit-code || echo "Changes detected."
@ -118,4 +117,4 @@ jobs:
# Step 15: Complete (Final confirmation that workflow has finished)
- name: Complete
run: |
echo "Workflow has completed successfully."