Skip to content

Commit

Permalink
Fix github action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Sep 2, 2023
1 parent a1a97b4 commit bd9b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: dependabot-metadata
uses: dependabot/[email protected]
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
Expand Down

0 comments on commit bd9b25e

Please sign in to comment.