We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661dc91 commit 0d7735bCopy full SHA for 0d7735b
.github/actions/src/info/index.ts
@@ -94,7 +94,6 @@ async function main() {
94
</div>`;
95
});
96
97
- core.info(summaryItems.join('\n'));
98
core.summary.addList(summaryItems);
99
core.setOutput(packageType, packages);
100
}
.github/workflows/workflow-again.yml
@@ -36,3 +36,11 @@ jobs:
36
bundles: ${{ steps.info.outputs.bundles }}
37
tabs: ${{ steps.info.outputs.tabs }}
38
libs: ${{ steps.info.outputs.libs }}
39
+
40
+ tabs:
41
+ name: Do work with the tabs
42
+ runs-on: ubuntu-latest
43
+ needs: find-packages
44
+ steps:
45
+ - name: Just Echo
46
+ run: echo ${{ needs.find-packages.outputs.bundles }}
0 commit comments