File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ runs:
2929 ./accuknox-cli version
3030
3131 setupArgs=""
32- if [ ${{ inputs.kubearmor-image }} != "" ]; then
32+ if [ " ${{ inputs.kubearmor-image }}" != "" ]; then
3333 setupArgs+= " -i ${{ inputs.kubearmor-image }}"
3434 fi
35- if [ ${{ inputs.discovery-engine-image }} != "" ];then
35+ if [ " ${{ inputs.discovery-engine-image }}" != "" ];then
3636 setupArgs += " -di ${{ inputs.discovery-engine-image }}"
3737 fi
38- if [ ${{ inputs.workload-namespace }} != "" ];then
38+ if [ " ${{ inputs.workload-namespace }}" != "" ];then
3939 setupArgs += " -n ${{ inputs.workload-namespace }}"
4040 fi
4141
Original file line number Diff line number Diff line change 9191 with :
9292 name : Baseline report
9393 path : downloads
94+
95+ - name : PR comment with file
96+ uses : thollander/actions-comment-pull-request@v2
97+ with :
98+ filePath : downloads/diff-report.md
9499
95100branding :
96101 icon : ' check-circle'
You can’t perform that action at this time.
0 commit comments