mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 18:29:45 +00:00
Update generate-app-headers.yaml
This commit is contained in:
parent
d411d965bd
commit
84042b7508
1 changed files with 2 additions and 2 deletions
4
.github/workflows/generate-app-headers.yaml
vendored
4
.github/workflows/generate-app-headers.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Figlet
|
||||
- name: Set up Figlet (Optional, for decoration)
|
||||
run: sudo apt-get install -y figlet
|
||||
|
||||
- name: Run generate-app-headers script
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
touch ./misc/.app-headers
|
||||
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"
|
||||
|
||||
# Push changes to the branch if there are any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue