We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3d00d commit 9e91463Copy full SHA for 9e91463
.github/workflows/split.yml
@@ -5,8 +5,8 @@ on:
5
branches:
6
- main
7
tags:
8
- - "cloud/[0-9]*"
9
- - "cloud-ops/[0-9]*"
+ - 'cloud/[0-9]*'
+ - 'cloud-ops/[0-9]*'
10
workflow_dispatch:
11
12
jobs:
@@ -53,8 +53,8 @@ jobs:
53
package_directory: ${{ matrix.package.path }}
54
repository_organization: craftcms
55
repository_name: ${{ matrix.package.name }}
56
- user_name: "craftcms"
57
- user_email: "github@craftcms.com"
+ user_name: 'craftcms'
+ user_email: 'github@craftcms.com'
58
tag: ${{ steps.tag.outputs.tag }}
59
env:
60
GITHUB_TOKEN: ${{ secrets.CLOUD_SPLIT_REPO_TOKEN }}
0 commit comments