Skip to content

Commit

Permalink
🚑🧪 Use verbose mode of git status
Browse files Browse the repository at this point in the history
Apparently, there's not `--color` in this subcommand.
  • Loading branch information
webknjaz committed Jun 8, 2024
1 parent fc13041 commit dad1000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ jobs:
run: git log -2 --color --patch

- name: Log current Git status
run: git status --color
run: git status --verbose

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

0 comments on commit dad1000

Please sign in to comment.