Deploy version 1.2.0

This commit is contained in:
Gitea Actions
2025-07-08 09:52:12 +00:00
parent b5a64bfa44
commit 25b381db2e
2 changed files with 12 additions and 10 deletions

3
dist/index.js vendored
View File

@@ -26289,7 +26289,8 @@ async function downloadCache(options, owner, repo, key, destinationPath) {
const res = await fetch(url, {
method: "GET",
headers: {
"Authorization": `Bearer ${options.token}`
"Authorization": `Bearer ${options.token}`,
"Accept-Encoding": "identity"
}
});
if (res.status === 404) {