From d87e93c19b29b3630097a31cd0e215e9006e5254 Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 18 Jun 2026 17:08:13 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 10a7124..727da61 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: - name: Checkout caller repository uses: actions/checkout@v4 with: -# fetch-depth: 0 + fetch-depth: 0 persist-credentials: true ref: ${{ inputs.branch }} path: tmp