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