Qiskit / red-queen

Quantum software benchmarking tool
Apache License 2.0
18 stars 15 forks source link

Fixing error in bash script for action.yml (changed-benchmark action) #37

Closed raynelfss closed 2 years ago

raynelfss commented 2 years ago

There was an error in the action.yml file that caused the files-changed condition to ignore any new python files. This was due to an error in string parsing that was returning an empty string in every case instead of returning the string without the __init__.py The error was fixed by making the steps.changed-benchmarks.outputs.all_changed_and_modified_files a string stored in a variable.