Skip to content

Commit 9e91463

Browse files
committed
Prettier
1 parent 9c3d00d commit 9e91463

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/split.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
tags:
8-
- "cloud/[0-9]*"
9-
- "cloud-ops/[0-9]*"
8+
- 'cloud/[0-9]*'
9+
- 'cloud-ops/[0-9]*'
1010
workflow_dispatch:
1111

1212
jobs:
@@ -53,8 +53,8 @@ jobs:
5353
package_directory: ${{ matrix.package.path }}
5454
repository_organization: craftcms
5555
repository_name: ${{ matrix.package.name }}
56-
user_name: "craftcms"
57-
user_email: "github@craftcms.com"
56+
user_name: 'craftcms'
57+
user_email: 'github@craftcms.com'
5858
tag: ${{ steps.tag.outputs.tag }}
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.CLOUD_SPLIT_REPO_TOKEN }}

0 commit comments

Comments
 (0)