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 c091916 commit 03611a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-localization-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
BASE64_PR_ID=$(echo -n "$PR_ID" | base64)
echo "pr_ref=$BASE64_PR_REF" >> $GITHUB_OUTPUT
echo "pr_id=$BASE64_PR_ID" >> $GITHUB_OUTPUT
pr:
permissions: write-all
name: "Trigger PR workflows manually"
Expand Down Expand Up @@ -125,4 +125,4 @@ jobs:
- run: gh pr merge --auto -d --squash $PR_ID
env:
PR_ID: ${{ steps.convert_outputs.outputs.pr_id }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 03611a2

Please sign in to comment.