siderolabs / conform

Policy enforcement for your pipelines.
Mozilla Public License 2.0
432 stars 45 forks source link

fix: checkout a branch only once #217

Closed smira closed 2 years ago

smira commented 2 years ago

This is the 2nd attempt to fix checkout with symlinks via go-git.

The first clone action was checking out master branch, and then switching to the PR branch. This causes issues wigh go-git, and we don't need to checkout master branch for real.

Signed-off-by: Andrey Smirnov andrey.smirnov@talos-systems.com

smira commented 2 years ago

/m --ff