use fetch-depth: 0
This commit is contained in:
parent
2a7979e240
commit
265a96dc40
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Extract commit message
|
||||
id: extract_commit_message
|
||||
|
|
Reference in a new issue