Remove git status again
This commit is contained in:
@@ -79,7 +79,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Check for repository changes
|
- name: Check for repository changes
|
||||||
run: |
|
run: |
|
||||||
git status
|
|
||||||
if [ -n "$(git status --porcelain)" ]; then
|
if [ -n "$(git status --porcelain)" ]; then
|
||||||
echo "Repository is dirty, changes detected:"
|
echo "Repository is dirty, changes detected:"
|
||||||
git status
|
git status
|
||||||
|
|||||||
Reference in New Issue
Block a user