1
Fork 0
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:
Jake Howard 2024-02-17 22:46:23 +00:00 committed by Jake Howard
parent ca52fa6bf5
commit b8855c0f90

View file

@ -28,6 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4