Compare commits
2 Commits
33ac2553ac
...
05a935afea
| Author | SHA1 | Date | |
|---|---|---|---|
|
05a935afea
|
|||
| e0acf00a9c |
@@ -197,11 +197,9 @@ jobs:
|
||||
run: |
|
||||
cd ${MANIFEST_DIR}
|
||||
|
||||
git status --porcelain
|
||||
|
||||
if git status --porcelain | grep -q . ; then
|
||||
if git status --porcelain --untracked-files=all | grep -q '^.' ; then
|
||||
echo ">> Changes detected"
|
||||
# git status --porcelain
|
||||
# git status --porcelain --untracked-files=all
|
||||
echo "changes-detected=true" >> $GITEA_OUTPUT
|
||||
|
||||
else
|
||||
|
||||
@@ -36,7 +36,7 @@ shelly-plug:
|
||||
main:
|
||||
image:
|
||||
repository: php
|
||||
tag: 8.4.15-apache-bookworm
|
||||
tag: 8.5.0-apache-bookworm
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SHELLY_HOSTNAME
|
||||
|
||||
Reference in New Issue
Block a user