mirror of
https://gh-proxy.org/https://github.com/softprops/action-gh-release.git
synced 2026-07-21 10:33:01 +08:00
node_modules
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { endpoint } from "@octokit/endpoint";
|
||||
import { getUserAgent } from "universal-user-agent";
|
||||
import { VERSION } from "./version";
|
||||
import withDefaults from "./with-defaults";
|
||||
export const request = withDefaults(endpoint, {
|
||||
headers: {
|
||||
"user-agent": `octokit-request.js/${VERSION} ${getUserAgent()}`
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user