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:35:12 +09:00
parent e9ff65261d
commit 96a05a1e6a
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

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