add fetch depth
This commit is contained in:
parent
8ca1c3be1f
commit
19df5355ba
1 changed files with 2 additions and 0 deletions
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue