Skip to content

Commit 587920d

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 5aac81d commit 587920d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs-localization-download.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
ref: ${{ needs.download.outputs.pr_ref }}
103103
- run: gh pr review --approve -b "auto-approval for localization sync :3" "$PR_ID"
104104
env:
105-
PR_ID: ${{ needs.download.outputs.pr_id }}
105+
PR_ID: ${{ needs.download.outputs.pr_id }}
106106
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
107107
- run: gh pr merge --auto -d --squash $PR_ID
108108
env:
109-
PR_ID: ${{ needs.download.outputs.pr_id }}
110-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
109+
PR_ID: ${{ needs.download.outputs.pr_id }}
110+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)