fix(cicd): i start to hate cicd

This commit is contained in:
Sebastian Rust
2026-02-06 09:51:42 +01:00
parent 23af44c7c6
commit 00ecf23a22

View File

@@ -19,6 +19,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
git config --global credential.helper '!f() { echo "username=token"; echo "password=${{ secrets.DEPLOY_TOKEN }}"; }; f'
git clone --depth 1 --branch "${{ github.ref_name }}" "${{ github.server_url }}/${{ github.repository }}.git" . git clone --depth 1 --branch "${{ github.ref_name }}" "${{ github.server_url }}/${{ github.repository }}.git" .
git checkout "${{ github.sha }}" git checkout "${{ github.sha }}"