Skip to content

Commit d5ff4d8

Browse files
authored
Update action.yml
1 parent 479b648 commit d5ff4d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
echo "Got spotbugs-${INPUT_SPOTBUGS_VERSION}.tgz"
7070
shell: bash
7171
- name: Get FindSecBugs
72-
if: inputs.no_cache == 'false' steps.cache-findsecbugs.outputs.cache-hit != 'true'
72+
if: inputs.no_cache == 'false' && steps.cache-findsecbugs.outputs.cache-hit != 'true'
7373
env:
7474
INPUT_FINDSECBUGS_VERSION: ${{ inputs.findsecbugs_version }}
7575
run: |

0 commit comments

Comments
 (0)