Skip to content

Commit dad1000

Browse files
committed
🚑🧪 Use verbose mode of git status
Apparently, there's not `--color` in this subcommand.
1 parent fc13041 commit dad1000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@ jobs:
17591759
run: git log -2 --color --patch
17601760

17611761
- name: Log current Git status
1762-
run: git status --color
1762+
run: git status --verbose
17631763

17641764
- name: >-
17651765
Push ${{ needs.pre-setup.outputs.git-tag }} tag corresponding

0 commit comments

Comments
 (0)