Skip to content

Commit

Permalink
Fix dependabot github action
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 3, 2021
1 parent 68d23df commit bae04df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
github-token: ${{secrets.PERSONAL_REPO_TOKEN}}
script: |
github.issues.createComment({
github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
Expand Down

0 comments on commit bae04df

Please sign in to comment.