Add env context provider (#65)

This commit is contained in:
Laura Yu
2022-12-20 15:10:19 -08:00
committed by GitHub
parent a6581b514d
commit 3ead1d4304
5 changed files with 152 additions and 6 deletions
+6 -6
View File
@@ -702,9 +702,9 @@
"link": true
},
"node_modules/@github/actions-workflow-parser": {
"version": "0.0.37",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.37/4211d8ace6c443c5af3c0d3e5da031384242142c",
"integrity": "sha512-LW8Axm1Rus6sedifxDlXWfSPcgrDmYJW7jdTO27qSbwv13vu20xd3VTdlshMMV4g6IcC0u6Zw7NaV3qT2C77GQ==",
"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==",
"license": "MIT",
"dependencies": {
"@github/actions-expressions": "*",
@@ -13565,9 +13565,9 @@
}
},
"@github/actions-workflow-parser": {
"version": "0.0.37",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.37/4211d8ace6c443c5af3c0d3e5da031384242142c",
"integrity": "sha512-LW8Axm1Rus6sedifxDlXWfSPcgrDmYJW7jdTO27qSbwv13vu20xd3VTdlshMMV4g6IcC0u6Zw7NaV3qT2C77GQ==",
"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==",
"requires": {
"@github/actions-expressions": "*",
"yaml": "^2.0.0-8"