add fetch depth

This commit is contained in:
rebelonion 2024-02-04 04:17:24 -06:00
parent 8ca1c3be1f
commit 19df5355ba

View file

@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 10
- name: Get Last 10 Commits
id: get_commits