Skip to content

Commit

Permalink
👌 Get proper repo-name
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-anderson committed Apr 28, 2021
1 parent 423ccaf commit 78b95d2
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 @@ -3,7 +3,7 @@ const fetch = require("node-fetch");

try {
const apiKey = core.getInput('apiKey')
const repoName = core.getInput('apiKey')
const repoName = core.getInput('repoName')
const apiExtra = core.getInput('apiExtra')
const buttons = core.getInput('buttons')
const branch = core.getInput('branch')
Expand Down

0 comments on commit 78b95d2

Please sign in to comment.