Fix: Ensure file-type is specified for RClone setup in test workflow
All checks were successful
Test Action / test (push) Successful in 12s

This commit is contained in:
2026-04-07 07:30:22 +02:00
parent d70ee1e8b8
commit 4c45d89c83

View File

@@ -43,6 +43,7 @@ jobs:
uses: ./ uses: ./
with: with:
repository: 'rclone/rclone' repository: 'rclone/rclone'
file-type: 'archive'
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
update-cache: 'always' update-cache: 'always'