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 5ea0d89 commit e8f674cCopy full SHA for e8f674c
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ with:
15
+ fetch-depth: 0
16
- name: Configure Git Credentials
17
run: |
18
git config user.name github-actions[bot]
0 commit comments