mirror of
https://github.com/RealOrangeOne/notes.git
synced 2025-01-02 14:58:25 +00:00
Set fetch depth to remove warning about date
This commit is contained in:
parent
ca52fa6bf5
commit
b8855c0f90
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|
Loading…
Reference in a new issue