mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
chore: fix typo in workflow
This commit is contained in:
2
.github/workflows/check-repro.yml
vendored
2
.github/workflows/check-repro.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
const user = context.sender.login;
|
||||
const user = context.payload.sender.login;
|
||||
const body = context.payload.comment
|
||||
? context.payload.comment.body
|
||||
: context.payload.issue.body;
|
||||
|
||||
2
.github/workflows/first-pull-request.yml
vendored
2
.github/workflows/first-pull-request.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
script: |
|
||||
// Get a list of all issues created by the PR opener
|
||||
// See: https://octokit.github.io/rest.js/#pagination
|
||||
const creator = context.payload.sender.login
|
||||
const creator = context.payload.sender.login;
|
||||
const opts = github.issues.listForRepo.endpoint.merge({
|
||||
...context.issue,
|
||||
creator,
|
||||
|
||||
Reference in New Issue
Block a user