Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 22, 2023
1 parent da64f98 commit e279a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
for pr in ${{ steps.prs.outputs.prs }}
do
gh pr review --approve $pr
gh pr review --repo ${{ github.repository }} --approve $pr
done
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e279a3a

Please sign in to comment.