We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e4050 commit 0ff4badCopy full SHA for 0ff4bad
dist/index.js
@@ -78,7 +78,7 @@ const core = __importStar(__nccwpck_require__(2186));
78
const toolCache = __importStar(__nccwpck_require__(7784));
79
async function setupKeys() {
80
core.debug("Fetching verification keys");
81
- let path = await toolCache.downloadTool("https://swift.org/keys/all-keys.asc", undefined, undefined, { "accept-encoding": "identity" });
+ let path = await toolCache.downloadTool("https://swift.org/keys/all-keys.asc");
82
core.debug("Examining verification keys");
83
await (0, exec_1.exec)(`file "${path}"`);
84
core.debug("Importing verification keys");
0 commit comments