debug disk usage
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
71fa1900fe
commit
e0dc9c1eba
|
|
@ -28,6 +28,8 @@ jobs:
|
|||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
- name: check disk usage
|
||||
run: df -h
|
||||
- uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
version: latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue