We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44101ca commit b07d943Copy full SHA for b07d943
.github/workflows/verify.yml
@@ -23,6 +23,7 @@ jobs:
23
BIT_CONFIG_USER_TOKEN: ${{ secrets.BIT_ACCESS_TOKEN }}
24
25
- name: Verify workspace
26
- run: bit ci verify --log=info
+ run: bit ci verify
27
env:
28
29
+ BIT_DISABLE_CONSOLE: "false"
0 commit comments