From 32147914d419f87abc5f2eb5addfdbcb6b1d5fb0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 21 Nov 2023 18:02:44 +0200 Subject: [PATCH] Update calibreapp-image-actions.yml --- .github/workflows/calibreapp-image-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index f4aeb871a0..08987b3aae 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -21,7 +21,7 @@ jobs: # allow calibreapp/image-actions to update PRs pull-requests: write steps: - - name: Checkout Repo + - name: Clone repository uses: actions/checkout@v4 with: persist-credentials: false