diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/calibreapp-image-actions.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index f4aeb871a..08987b3aa 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 |
