Skip to content

Commit f306034

Browse files
committed
Fixed pre-commit
1 parent 1171e42 commit f306034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19-
19+
2020
- name: Configure Git
2121
run: |
2222
git config user.name "elimoshkovich"
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
CR_TOKEN: "${{ secrets.PAGES }}"
3232
with:
33-
skip_existing: true
33+
skip_existing: true

0 commit comments

Comments
 (0)