theupdateframework / tuf-on-ci

A TUF repository and signing tool
Other
19 stars 10 forks source link

actions: Fix test-repository source comparison #346

Closed jku closed 2 months ago

jku commented 2 months ago

Previously setting the initial root would only work if compare_source was False (because compare_source would lead to a checkout that would clean the initial root.json that had been put into working dir).

This changes tuf-on-ci-test-client CLI but does not change the action API so existing users are fine.

Fixes #345