Remove git status again

This commit is contained in:
Matthias 2023-05-11 10:54:46 +02:00 committed by GitHub
parent bd6d4d5d2d
commit 2ecd63234d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ jobs:
- name: Check for repository changes
run: |
git status
if [ -n "$(git status --porcelain)" ]; then
echo "Repository is dirty, changes detected:"
git status