fix: add repo checkout

This commit is contained in:
Georg K 2024-09-28 00:30:11 +03:00
parent 40c587ce95
commit 62ba365b49

View File

@ -11,6 +11,7 @@ jobs:
runs-on: helm runs-on: helm
steps: steps:
- uses: https://github.com/actions/checkout@v4
- name: add git - name: add git
run: apk add --no-cache git run: apk add --no-cache git
- name: add helm push plugin - name: add helm push plugin