Merge pull request #66 from github/thyeggman/job-output-steps-context

Add tests for validation and completion
This commit is contained in:
Jacob Wallraff
2023-01-04 14:17:58 -08:00
committed by GitHub
5 changed files with 105 additions and 21 deletions
+6 -6
View File
@@ -702,9 +702,9 @@
"link": true
},
"node_modules/@github/actions-workflow-parser": {
"version": "0.0.38",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.38/e696d29d18f20c008147bc09c0d2c9b5777ba7ba",
"integrity": "sha512-FfFUS8CJOwodvmw2b/0K7W9sEd2uwuCzmO8cyjp+Ew4uzDRtjX7Q7TkMras7/U4LrpvDhpYZ2TucF3yY+seSkA==",
"version": "0.0.39",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.39/ba3e9e02e489175e0f284f0aebd9bde92ad4e935",
"integrity": "sha512-Iw8OkCUxdgFvXpJkg6dAIEpGQrS09o3TC1I0looCJ1lHMBDBD7aVXasE8zJzlQUTdgRTGMiptNMgZS2MnGC76Q==",
"license": "MIT",
"dependencies": {
"@github/actions-expressions": "*",
@@ -13565,9 +13565,9 @@
}
},
"@github/actions-workflow-parser": {
"version": "0.0.38",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.38/e696d29d18f20c008147bc09c0d2c9b5777ba7ba",
"integrity": "sha512-FfFUS8CJOwodvmw2b/0K7W9sEd2uwuCzmO8cyjp+Ew4uzDRtjX7Q7TkMras7/U4LrpvDhpYZ2TucF3yY+seSkA==",
"version": "0.0.39",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.39/ba3e9e02e489175e0f284f0aebd9bde92ad4e935",
"integrity": "sha512-Iw8OkCUxdgFvXpJkg6dAIEpGQrS09o3TC1I0looCJ1lHMBDBD7aVXasE8zJzlQUTdgRTGMiptNMgZS2MnGC76Q==",
"requires": {
"@github/actions-expressions": "*",
"yaml": "^2.0.0-8"