Compare commits
1 Commits
05a935afea
...
33ac2553ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
33ac2553ac
|
@@ -197,9 +197,11 @@ jobs:
|
||||
run: |
|
||||
cd ${MANIFEST_DIR}
|
||||
|
||||
if git status --porcelain --untracked-files=all | grep -q '^.' ; then
|
||||
git status --porcelain
|
||||
|
||||
if git status --porcelain | grep -q . ; then
|
||||
echo ">> Changes detected"
|
||||
# git status --porcelain --untracked-files=all
|
||||
# git status --porcelain
|
||||
echo "changes-detected=true" >> $GITEA_OUTPUT
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user