Skip to content

Commit 0ff4bad

Browse files
committed
fix: revert
1 parent 18e4050 commit 0ff4bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const core = __importStar(__nccwpck_require__(2186));
7878
const toolCache = __importStar(__nccwpck_require__(7784));
7979
async function setupKeys() {
8080
core.debug("Fetching verification keys");
81-
let path = await toolCache.downloadTool("https://swift.org/keys/all-keys.asc", undefined, undefined, { "accept-encoding": "identity" });
81+
let path = await toolCache.downloadTool("https://swift.org/keys/all-keys.asc");
8282
core.debug("Examining verification keys");
8383
await (0, exec_1.exec)(`file "${path}"`);
8484
core.debug("Importing verification keys");

0 commit comments

Comments
 (0)