mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 22:10:06 -05:00
Put depth in the correct place
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -14,12 +14,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v14.1
|
||||
with:
|
||||
fetch-depth: 2
|
||||
files: |
|
||||
go.*
|
||||
**/*.go
|
||||
|
||||
Reference in New Issue
Block a user