|
@@ -14,11 +14,6 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
script: |
|
|
script: |
|
|
|
- const core = require("@actions/core");
|
|
|
|
|
- const github = require("@actions/github");
|
|
|
|
|
-
|
|
|
|
|
- const { context } = github;
|
|
|
|
|
-
|
|
|
|
|
const commentAuthor = context.payload.comment.user.login;
|
|
const commentAuthor = context.payload.comment.user.login;
|
|
|
const issueNumber = context.payload.issue.number;
|
|
const issueNumber = context.payload.issue.number;
|
|
|
const owner = context.repo.owner;
|
|
const owner = context.repo.owner;
|