theupdateframework / tuf-on-ci

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

actions/test-repository fails if both "compare_source" and initial root are set #345

Closed jku closed 2 months ago

jku commented 2 months ago

Setting compare_source=True in test-repository actions leads to a actions/checkout in the root dir which on github means cleaning out that directory

This means the root.json file that may have been there will not be found

jku commented 2 months ago

a quick fix is likely to set clean: False in the actions/checkout call...