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
|
||||
|
||||
Reference in New Issue
Block a user