Skip to content

Commit

Permalink
ci: 6 share data POC [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Feb 11, 2024
1 parent 899de26 commit 0572a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/processing-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ module.exports = function processingData() {
const arr = [
'plasma-web',
'plasma-ASDK',
'plasma-b2c',
'caldera',
].map((i) => `@salutejs/${i}`);


return {
"PACKAGES": JSON.stringify(arr)
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
outputs:
STATE:
description: "scope collection"
value: ${{ jobs.build.outputs.STATE }}
value: ${{ jobs.poc-reuse.outputs.STATE }}

jobs:
poc-reuse:
Expand Down

0 comments on commit 0572a48

Please sign in to comment.