Skip to content

Commit

Permalink
style(pre-commit): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 13, 2024
1 parent 5aac81d commit 587920d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-localization-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
ref: ${{ needs.download.outputs.pr_ref }}
- run: gh pr review --approve -b "auto-approval for localization sync :3" "$PR_ID"
env:
PR_ID: ${{ needs.download.outputs.pr_id }}
PR_ID: ${{ needs.download.outputs.pr_id }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: gh pr merge --auto -d --squash $PR_ID
env:
PR_ID: ${{ needs.download.outputs.pr_id }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PR_ID: ${{ needs.download.outputs.pr_id }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 587920d

Please sign in to comment.