Skip to content

Commit

Permalink
Fixing README.md example (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphabot authored May 5, 2023
1 parent e8ed00e commit 1bcd917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Artifacts allow you to share data between jobs in a workflow and store data once
uses: actions/upload-artifact@v3
with:
name: sbom
path: result.json
path: SBOM.json
retention-days: 30
```
Expand Down

0 comments on commit 1bcd917

Please sign in to comment.