Deploy version 1.2.0
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -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) {
|
||||
|
Reference in New Issue
Block a user