diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 36d9e9c..9a79022 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,9 +47,7 @@ jobs: options: --entrypoint "" steps: - name: Checkout - run: | - git clone --branch "${GITHUB_REF_NAME}" \ - "https://oauth2:${{ github.token }}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" . + run: git clone --branch "${GITHUB_REF_NAME}" "https://oauth2:${{ github.token }}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" . - name: Scan for secrets run: gitleaks detect --source . -v