Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 52af54a

Browse files
author
Thiago C. D'Ávila
authored
Update dependabot.yml
Downgrade github-script
1 parent 0c6bc00 commit 52af54a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: github.base_ref == 'master' && github.actor == 'dependabot[bot]'
1313
steps:
14-
- uses: actions/github-script@0.9.0
14+
- name: Merge
15+
uses: actions/github-script@0.2.0
1516
with:
1617
github-token: ${{github.token}}
1718
script: |
1819
github.pullRequests.merge({
19-
owner: context.repo.owner,
20-
repo: context.repo.repo,
20+
owner: context.payload.repository.owner.login,
21+
repo: context.payload.repository.name,
2122
pull_number: context.payload.pull_request.number
2223
})

0 commit comments

Comments
 (0)