We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07393d6 commit dc7069bCopy full SHA for dc7069b
1 file changed
.github/workflows/check-changelog.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
+ with:
11
+ fetch-depth: 0
12
- uses: actions/setup-python@v5
13
with:
14
python-version: '3.13'
0 commit comments