Fix: Add missing file-type parameter for Go ACME setup in test workflow
Test Action / test (push) Successful in 25s

This commit is contained in:
2026-08-23 20:40:11 +02:00
parent 57004edb17
commit 034aa631da
+1
View File
@@ -27,6 +27,7 @@ jobs:
uses: ./ uses: ./
with: with:
repository: 'go-acme/lego' repository: 'go-acme/lego'
file-type: 'archive'
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
update-cache: 'always' update-cache: 'always'