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

This commit is contained in:
2024-03-11 17:36:13 +09:00
parent 96a05a1e6a
commit 9dfdfac7df
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo ${{github.event.action}} - run: echo ${{github.event.action}}
- run: echo ${{ fromJSON(github.event.pull_request.labels.*.name) }} }} - run: echo ${{ steps.labels.outputs.json }} }}
build-docker-image: build-docker-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest