doh - drop the echo to run the command
This commit is contained in:
@@ -29,6 +29,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Verify no uncommitted files
|
- name: Verify no uncommitted files
|
||||||
run: |
|
run: |
|
||||||
echo git status --porcelain=v1
|
git status --porcelain=v1
|
||||||
'[ -z "$(git status --porcelain=v1 2>/dev/null)" ]'
|
'[ -z "$(git status --porcelain=v1 2>/dev/null)" ]'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user