Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmalab committed May 18, 2023
1 parent e2ac9ec commit ad71bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Create flags
id: generate-flags
shell: bash
if: steps.gradle-check.outputs.gradle_project == "true"
if: steps.gradle-check.outputs.gradle_project == true
run: echo "flags=-t java" >> $GITHUB_OUTPUT

- name: Generate sBOM
Expand Down

0 comments on commit ad71bdf

Please sign in to comment.