bugfix: agrego fetch-depth a checkout
This commit is contained in:
@@ -10,6 +10,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 10
|
||||||
|
|
||||||
- name: Show git log
|
- name: Show git log
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user