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 95fc4c7 commit 6be3f70
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 @@ -23,7 +23,7 @@ runs:
cd $GITHUB_WORKSPACE
filename="simeng.tmp"
while IFS= read -r line; do
if contains($line, ${{ inputs.PASS_STRING }}); then
if contains("$line", ${{ inputs.PASS_STRING }}); then
echo "Passed"
exit(0);
fi
Expand Down

0 comments on commit 6be3f70

Please sign in to comment.