Skip to content

Commit

Permalink
Forgot graph URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth Rapp committed Mar 10, 2022
1 parent 8a7820b commit 34d47f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const github = require("@actions/github");
const githubToken = core.getInput("github-token");
const octokit = github.getOctokit(githubToken);
const fetch = require("node-fetch");

const GRAPH_URL = "https://api.github.com/graphql";
const graphHeaders = {
"Content-Type": "application/json",
Accept: "application/json",
Expand Down

0 comments on commit 34d47f2

Please # to comment.