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 fbc833e commit f410698Copy full SHA for f410698
.github/workflows/mr.yml
@@ -33,5 +33,4 @@ jobs:
33
export TENCENTCLOUD_SECRET_ID=${{ secrets.TENCENTCLOUD_SECRET_ID }}
34
export TENCENTCLOUD_APPID=${{ secrets.TENCENTCLOUD_APPID }}
35
export TENCENTCLOUD_OWNER_UIN=${{ secrets.TENCENTCLOUD_OWNER_UIN }}
36
- env
37
- git diff --name-status origin/master | egrep "_test\.go$" | awk '{print $2}'
+ sh .githooks/pre-commit
0 commit comments