Fix autoupdate workflow.

This commit is contained in:
2025-12-01 14:24:34 +00:00
parent a297ba7073
commit 46db732f87
-1
View File
@@ -43,7 +43,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Ensure full history is checked out
token: ${{ secrets.GHCR_TOKEN }}
- name: Install Go
uses: actions/setup-go@v5