watchdog-go: fix
This commit is contained in:
parent
2ae57c535f
commit
3d806aab92
|
@ -11,7 +11,7 @@
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo ${{github.event.action}}
|
- run: echo ${{github.event.action}}
|
||||||
- run: echo ${{github.event.pull_request.labels.*.name}}
|
- run: echo ${{github.event.pull_request.labels}}
|
||||||
|
|
||||||
build-docker-image:
|
build-docker-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue