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