Skip to content

Commit

Permalink
👌 Indicate proper URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-anderson committed Aug 27, 2021
1 parent 933fd07 commit 1da7cdb
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 @@ -9,7 +9,7 @@ try {
const branch = core.getInput('branch')
const ref = core.getInput('ref')

const url = `https://webappio.com/api/v1/run/${repoName}?token=${apiKey}`
const url = `https://webapp.io/api/v1/run/${repoName}?token=${apiKey}`
const payload =
{
method: "POST",
Expand Down

0 comments on commit 1da7cdb

Please sign in to comment.