mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
disable debugging internal logging content in github action
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
pull_request:
|
||||
branches: [master, develop]
|
||||
env:
|
||||
GF_DEBUG: 1
|
||||
GF_DEBUG: 0
|
||||
|
||||
jobs:
|
||||
code-test:
|
||||
|
||||
Reference in New Issue
Block a user