Skip to content

Commit

Permalink
Merge pull request #5 from tikurahul/main
Browse files Browse the repository at this point in the history
Qualify the url with `actions`.
  • Loading branch information
tikurahul authored Jan 28, 2021
2 parents 5ce5eab + 91307da commit 7820d46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions built/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function deliver(url: string, secret: string, payload: string): Promise<Ax
core.info(`GitHub Context ${JSON.stringify(github.context)}`);

if (GITHUB_RUN_ID) {
contextUrl = `https://github.com/${repo.owner}/${repo.repo}/runs/${GITHUB_RUN_ID}`;
contextUrl = `https://github.com/${repo.owner}/${repo.repo}/actions/runs/${GITHUB_RUN_ID}`;
core.info(`GitHub Context ${contextUrl}`);
}

Expand Down

0 comments on commit 7820d46

Please sign in to comment.