@actions/workflow-parser 0.3.6 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/workflow-v1.0.json +2 -2
- package/package.json +3 -3
package/dist/workflow-v1.0.json
CHANGED
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
]
|
|
1184
1184
|
},
|
|
1185
1185
|
"workflow-run-activity": {
|
|
1186
|
-
"description": "The types of workflow run activity that trigger the workflow.
|
|
1186
|
+
"description": "The types of workflow run activity that trigger the workflow. Supported activity types: `completed`, `requested`, `in_progress`.",
|
|
1187
1187
|
"one-of": [
|
|
1188
1188
|
"workflow-run-activity-type",
|
|
1189
1189
|
"workflow-run-activity-types"
|
|
@@ -2489,7 +2489,7 @@
|
|
|
2489
2489
|
"string": {
|
|
2490
2490
|
"require-non-empty": true
|
|
2491
2491
|
},
|
|
2492
|
-
"description": "Use `shell` to override the default shell settings in the runner's operating system. You can use built-in shell keywords, or you can define a custom set of shell options. The shell command that is run internally executes a temporary file that contains the
|
|
2492
|
+
"description": "Use `shell` to override the default shell settings in the runner's operating system. You can use built-in shell keywords, or you can define a custom set of shell options. The shell command that is run internally executes a temporary file that contains the commands specified in `run`."
|
|
2493
2493
|
},
|
|
2494
2494
|
"working-directory": {
|
|
2495
2495
|
"string": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actions/workflow-parser",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"watch": "tsc --build tsconfig.build.json --watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@actions/expressions": "^0.3.
|
|
46
|
+
"@actions/expressions": "^0.3.8",
|
|
47
47
|
"cronstrue": "^2.21.0",
|
|
48
48
|
"yaml": "^2.0.0-8"
|
|
49
49
|
},
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"ts-jest": "^29.0.3",
|
|
67
67
|
"typescript": "^4.8.4"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "4280a967a8aa058dd3c8825349b90bc932d82283"
|
|
70
70
|
}
|