Update generate_sbom.yaml #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Output markdown | |
on: pull_request | |
jobs: | |
output_markdown: | |
name: Output markdown | |
runs-on: ubuntu-latest | |
steps: | |
- name: create markdown | |
shell: bash | |
run: | | |
echo "* :rotating_light: - Major version upgrade" > build/output.md | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: public-transfer-service-33-lockFileDiff.md | |
path: build/output.md | |