Skip to content

Commit

Permalink
Merge branch 'main' into support-hardcoded-versions-in-links
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahs authored Dec 9, 2020
2 parents b025ba2 + 9fef524 commit 639e324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-sync-stalls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
github-token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }}
script: |
let pulls;
const owner = context.payload.repository.owner.login
const repo = context.payload.repository.name
const owner = context.repo.owner
const repo = context.repo.repo
try {
pulls = await github.pulls.list({
owner: owner,
Expand Down

0 comments on commit 639e324

Please sign in to comment.