Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vj-abishek committed Jan 14, 2021
1 parent 0ba408a commit 9e340cd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 305 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ const main = async () => {

const org = core.getInput('organization', { required: true });
const label = core.getInput('label', { required: true });
const comment = core.getInput('comment')

console.log(payload)

if (currentLabel === label) {
try {
Expand Down
Loading

0 comments on commit 9e340cd

Please sign in to comment.