We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e32477 commit 21b43caCopy full SHA for 21b43ca
1 file changed
.github/workflows/versions.yaml
@@ -12,6 +12,9 @@ jobs:
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v5
15
+ with:
16
+ fetch-depth: 0
17
+ persist-credentials: true
18
19
- name: Configure git
20
run: |
0 commit comments