workflow
This commit is contained in:
parent
29ce20472b
commit
4273f4a080
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@ jobs:
|
|||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: install checkout
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: https://github.com/tj-actions/changed-files@v42
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue