setup-jfrog-cli
setup-jfrog-cli copied to clipboard
Generate job summary on cleanup
- [x] All tests passed. If this feature is not already covered by the tests, I added new tests.
- [x] I used
npm run formatfor formatting the code before submitting the pull request.
GitHub Job Summary
Added a function to run on cleanup, at the end of GitHub workflows to copy the already prepared markdown by the CLI. This step should run only once and last in the workflow to allow aggregations, that's why the cleanup function is a great and clean solution, that doesn't require the users any action
