Skip to content

Commit

Permalink
add missing dollars to access inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Timbals committed Jan 11, 2024
1 parent bf7b5f0 commit f9e617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ runs:
using: "composite"
steps:
# TODO download jar
- run: java -cp CryptoAnalysis-3.0.0-jar-with-dependencies.jar crypto.HeadlessCryptoScanner --rulesDir {{ inputs.rulesDir }} --appPath {{ inputs.appPath }} --reportFormat github_annotation
- run: java -cp CryptoAnalysis-3.0.0-jar-with-dependencies.jar crypto.HeadlessCryptoScanner --rulesDir ${{ inputs.rulesDir }} --appPath ${{ inputs.appPath }} --reportFormat github_annotation
shell: bash

0 comments on commit f9e617e

Please sign in to comment.