Skip to content

Commit

Permalink
fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
m00g3n committed Oct 23, 2024
1 parent 0014932 commit ea0083f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_kim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
path: ${{ env.trivy-table }}

- name: Print trivy table
if: success() || failure()
run: test -f ${{ env.trivy-table }} && cat ${{ env.trivy-table }} || echo ':: no data ::'
if: success() || failure()
run: "test -f ${{ env.trivy-table }} && cat ${{ env.trivy-table }} || echo ':: no data ::'"

build-image:
needs: setup
Expand Down

0 comments on commit ea0083f

Please sign in to comment.