Skip to content

Commit

Permalink
[gha] Fix hyperjump_url in labels action
Browse files Browse the repository at this point in the history
  • Loading branch information
metajack authored and bors-libra committed Aug 4, 2020
1 parent 04393c0 commit 39ee9f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/actions/labels/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 .github/actions/labels/dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .github/actions/labels/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const hyperjump_url = "http://github.aws.hlw3truzy4ls.com:6080/hyperjump/jump";
async function main() {
try {
const { owner, repo, number } = github.context.issue;
const hyperjump_url = core.getInput("hyperjump-url", {required: true});
const add_labels = core.getInput("add", {required: false});
const remove_labels = core.getInput("remove", {required: false});

Expand Down

0 comments on commit 39ee9f4

Please sign in to comment.