1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Put depth in the correct place

This commit is contained in:
Kristoffer Dalby 2022-01-30 09:54:26 +00:00
parent 991175f2aa
commit 0862f60ff0
4 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -8,12 +8,13 @@ jobs:
runs-on: ubuntu-latest
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
@ -36,12 +37,13 @@ jobs:
runs-on: ubuntu-latest
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: |
**/*.md
**/*.yml

View File

@ -8,12 +8,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

View File

@ -8,12 +8,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