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 1bc5f98 commit 18e4050Copy full SHA for 18e4050
src/gpg.ts
@@ -5,7 +5,7 @@ import * as toolCache from "@actions/tool-cache";
5
export async function setupKeys() {
6
core.debug("Fetching verification keys");
7
let path = await toolCache.downloadTool(
8
- "https://swift.org/keys/all-keys.asc", undefined, undefined, {"accept-encoding": "identity"},
+ "https://swift.org/keys/all-keys.asc"
9
);
10
11
core.debug("Examining verification keys");
0 commit comments