We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5c94a commit 34ec196Copy full SHA for 34ec196
.github/workflows/log-test.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Checkout code
12
uses: actions/checkout@v3
13
+ with:
14
+ fetch-depth: 0
15
16
- name: Get commit messages since last tag
17
id: release_notes
0 commit comments