Skip to content

Commit 7f480ca

Browse files
committed
Quote workflow on keys for YAML compatibility
1 parent 32b48d2 commit 7f480ca

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 构建 Demo 资产
22

3-
on:
3+
'on':
44
push:
55
branches: [main, develop, master]
66
tags:

.github/workflows/build-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 构建原生库资产
22

3-
on:
3+
'on':
44
push:
55
branches: [main, develop, master]
66
paths-ignore:

.github/workflows/docs-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 发布 GitHub Pages 文档站点
22

3-
on:
3+
'on':
44
push:
55
branches: [main, develop, master]
66
paths:

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 协调打包与发布
22

3-
on:
3+
'on':
44
push:
55
branches: [main, develop, master]
66
tags:

.github/workflows/pack-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 打包 NuGet 资产
22

3-
on:
3+
'on':
44
workflow_call:
55
# inputs: 由上层协调工作流传入规范化版本号,用于生成所有 NuGet 包。
66
inputs:

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 准备发布元数据
22

3-
on:
3+
'on':
44
workflow_call:
55
inputs:
66
package_version:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 发布 NuGet 与 Release 资产
22

3-
on:
3+
'on':
44
workflow_call:
55
# inputs: 接收发布标签与发布目标开关,执行 Release / NuGet / GitHub Packages 发布。
66
inputs:

0 commit comments

Comments
 (0)