mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-12 16:40:01 +00:00
Update generate-app-headers.yaml
This commit is contained in:
parent
cb8372da3d
commit
42375390d6
5
.github/workflows/generate-app-headers.yaml
vendored
5
.github/workflows/generate-app-headers.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user