Skip to content

Commit 18e4050

Browse files
committed
fix: revert
1 parent 1bc5f98 commit 18e4050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as toolCache from "@actions/tool-cache";
55
export async function setupKeys() {
66
core.debug("Fetching verification keys");
77
let path = await toolCache.downloadTool(
8-
"https://swift.org/keys/all-keys.asc", undefined, undefined, {"accept-encoding": "identity"},
8+
"https://swift.org/keys/all-keys.asc"
99
);
1010

1111
core.debug("Examining verification keys");

0 commit comments

Comments
 (0)