We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479b648 commit d5ff4d8Copy full SHA for d5ff4d8
1 file changed
action.yml
@@ -69,7 +69,7 @@ runs:
69
echo "Got spotbugs-${INPUT_SPOTBUGS_VERSION}.tgz"
70
shell: bash
71
- name: Get FindSecBugs
72
- if: inputs.no_cache == 'false' steps.cache-findsecbugs.outputs.cache-hit != 'true'
+ if: inputs.no_cache == 'false' && steps.cache-findsecbugs.outputs.cache-hit != 'true'
73
env:
74
INPUT_FINDSECBUGS_VERSION: ${{ inputs.findsecbugs_version }}
75
run: |
0 commit comments