mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
debug pr number
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
68669238f9
commit
52cce46cd8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -46,6 +46,9 @@ jobs:
|
||||||
})
|
})
|
||||||
).data[0];
|
).data[0];
|
||||||
|
|
||||||
|
- name: Issue number
|
||||||
|
run: echo '${{steps.get_pr_data.outputs.result}}'
|
||||||
|
|
||||||
- name: Run ko build
|
- name: Run ko build
|
||||||
id: build
|
id: build
|
||||||
if: steps.changed-files.outputs.files == 'true'
|
if: steps.changed-files.outputs.files == 'true'
|
||||||
|
|
Loading…
Reference in a new issue