Skip to content

Commit

Permalink
Fix linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
supersven committed Feb 5, 2025
1 parent a691e8b commit 249d2d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ jobs:
run: nix run 'github:wireapp/tom-bombadil/sventennie/import-bombon#create-sbom' -- --root-package-name "ldap-scim-bridge"

- name: Push BOM file
run:
nix run 'github:wireapp/tom-bombadil/sventennie/import-bombon#upload-bom' -- --project-name "ldap-scim-bridge" \
--project-version "$TAG" \
--auto-create \
run: >-
nix run 'github:wireapp/tom-bombadil/sventennie/import-bombon#upload-bom' --
--project-name "ldap-scim-bridge"
--project-version "$TAG"
--auto-create
--bom-file ./sbom.json
env:
TAG: ${{ steps.vars.outputs.tag }}
Expand Down

0 comments on commit 249d2d7

Please sign in to comment.