Skip to content

Commit

Permalink
Playing with benchmarks script
Browse files Browse the repository at this point in the history
  • Loading branch information
ABenC377 committed Oct 25, 2024
1 parent 37f700b commit b546b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/simeng_benchmarks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
exit(1)
with open(file_path, 'r') as f:
if ${{ PASS_STRING }} in f.read():
if ${{ inputs.PASS_STRING }} in f.read():
print('Passed')
else:
print('Failed')
Expand Down

0 comments on commit b546b90

Please sign in to comment.