Skip to content

Commit

Permalink
Update generate_sbom.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmalab authored Jul 15, 2024
1 parent b21ca47 commit 3f6843e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
- name: create markdown
shell: bash
run: |
echo "* :rotating_light: - Major version upgrade" >> output.md
echo "* :rotating_light: - Major version upgrade" >> build/output.md
- uses: actions/upload-artifact@v4
with:
name: output.md
path: output.md
name: public-transfer-service-33-lockFileDiff.md
path: build/output.md


0 comments on commit 3f6843e

Please sign in to comment.