watchdog-go: fix
/ test (pull_request) Successful in 1s Details
/ build-docker-image (pull_request) Has been skipped Details

This commit is contained in:
usbharu 2024-03-11 17:31:24 +09:00
parent 2ae57c535f
commit 3d806aab92
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
runs-on: ubuntu-latest
steps:
- run: echo ${{github.event.action}}
- run: echo ${{github.event.pull_request.labels.*.name}}
- run: echo ${{github.event.pull_request.labels}}
build-docker-image:
runs-on: ubuntu-latest