For proper reproducibility, we need to know the exact versions (git commit) of pyglotaran and pyglotaran-examples that produced the results.
This PR changes the action and "Update comparison results" workflow to extract the commit shas and save them to file as well as the commit message of commits on the comparison-results branch.
I also cleaned out the commits on the comparison-results branch, since they weren't reproducible due to the missing information.
This is an example commit to the empty comparison-results branch on my fork.
For proper reproducibility, we need to know the exact versions (git commit) of
pyglotaran
andpyglotaran-examples
that produced the results. This PR changes the action and "Update comparison results" workflow to extract the commit shas and save them to file as well as the commit message of commits on thecomparison-results
branch.I also cleaned out the commits on the
comparison-results
branch, since they weren't reproducible due to the missing information.This is an example commit to the empty
comparison-results
branch on my fork.