Fix: Ensure cache is always updated for test run.
Some checks failed
Test Action / test (push) Failing after 7s

This commit is contained in:
2026-04-06 23:38:07 +02:00
parent 1a01c8fa5f
commit d2f1cb9c1a

View File

@@ -28,6 +28,7 @@ jobs:
with:
repository: 'go-acme/lego'
token: ${{ secrets.GH_TOKEN }}
update-cache: 'always'
- name: Setup Hugo
uses: ./
@@ -35,12 +36,14 @@ jobs:
repository: 'gohugoio/hugo'
file-name: '~hugo_extended_[^a-z]'
token: ${{ secrets.GH_TOKEN }}
update-cache: 'always'
- name: Setup RClone
uses: ./
with:
repository: 'rclone/rclone'
token: ${{ secrets.GH_TOKEN }}
update-cache: 'always'
- name: Verify Installation
run: |