Update ci.yml
parent
637398440c
commit
67e5bf57f8
|
|
@ -17,6 +17,10 @@ jobs:
|
||||||
changes:
|
changes:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||||
|
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v36
|
uses: tj-actions/changed-files@v36
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue