mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-13 19:29:18 +00:00
Update generate-app-headers.yaml
This commit is contained in:
parent
d411d965bd
commit
84042b7508
4
.github/workflows/generate-app-headers.yaml
vendored
4
.github/workflows/generate-app-headers.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Figlet
|
- name: Set up Figlet (Optional, for decoration)
|
||||||
run: sudo apt-get install -y figlet
|
run: sudo apt-get install -y figlet
|
||||||
|
|
||||||
- name: Run generate-app-headers script
|
- name: Run generate-app-headers script
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
touch ./misc/.app-headers
|
touch ./misc/.app-headers
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure there are changes to commit (whether new or modified file)
|
# Commit the changes if there are any
|
||||||
git diff --quiet || git commit -am "[core]: update .app-headers to latest version"
|
git diff --quiet || git commit -am "[core]: update .app-headers to latest version"
|
||||||
|
|
||||||
# Push changes to the branch if there are any
|
# Push changes to the branch if there are any
|
||||||
|
Loading…
Reference in New Issue
Block a user