ARMmbed / mbed-os-tf-m-regression-tests

An Mbed OS application that runs the TF-M regression tests
2 stars 12 forks source link

Remove extra quotation marks from auto-created commit messages #105

Open Patater opened 3 years ago

Patater commented 3 years ago

We currently create commits like the following:

        ec76f07b91e7 "Updated directory platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_LATEST"
        ddb94b8ee8ae "Updated secure binaries for [('ARM_MUSCA_B1', 'GNUARM')]"

We should remove the extra quote marks surrounding commit messages.