Skip to content

Commit

Permalink
corrected bash variable I missed the first time around.
Browse files Browse the repository at this point in the history
  • Loading branch information
M3CHR0M4NC3R committed Nov 19, 2024
1 parent 4137d74 commit d79fddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_compilable_percentage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if [ -f "$(pwd)/CI_constant_saved_run_percentage.txt" ]; then
constant_saved_run_percentage=$(cat "$(pwd)/CI_constant_saved_run_percentage.txt" | tr -d '()%')
echo "Constant saved run accuracy: $constant_saved_run_percentage"
echo "::set-output name=constant_saved_run_percentage::$latest_run_accuracy"
echo "::set-output name=constant_saved_run_percentage::$constant_saved_run_percentage"
else
echo "File CI_constant_saved_run_percentage.txt does not exist"
exit 1
Expand Down

0 comments on commit d79fddf

Please sign in to comment.