mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-18 07:39:02 +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:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
|
Loading…
Reference in a new issue