We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bf08f commit 55c7d42Copy full SHA for 55c7d42
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
./command_dump.py
43
- name: Detect changes on commit
44
run: |
45
- if [ -n "$(git diff codecov-cli/codecovcli_commands)" || -n "$(git diff prevent-cli/preventcli_commands)" ]; then
+ if [ -n "$(git diff codecov-cli/codecovcli_commands)" ] || [ -n "$(git diff prevent-cli/preventcli_commands)" ]; then
46
echo "Please run `python command_dump.py` before submitting, or install the hooks"
47
echo "$(git diff codecov-cli/codecovcli_commands)"
48
echo "$(git diff prevent-cli/preventcli_commands)"
0 commit comments