Skip to content

Commit 695cfa3

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 9e0a882 commit 695cfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version-updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if:
1212
${{ github.actor == 'dependabot[bot]' || github.actor == 'crowdin-bot' ||
13-
github.actor == 'Crowdin Bot' || github.actor_id == 106019021 ||
14-
github.actor_id == 58779643 }}
13+
github.actor == 'Crowdin Bot' || github.actor_id == 106019021 || github.actor_id
14+
== 58779643 }}
1515
continue-on-error: true
1616
steps:
1717
- run: gh pr review --approve "$PR_URL"

0 commit comments

Comments
 (0)