snapcrafters / ci

Repository for shared CI tools and actions
https://github.com/snapcrafters/.github/wiki
MIT License
3 stars 7 forks source link

fix: don't checkout the source in parse-snapcraft-yaml action #21

Closed jnsgruk closed 12 months ago

jnsgruk commented 12 months ago

Don't checkout the source code in the internal action for parsing the snapcraft.yaml, because if it's already been checked out earlier then doing it again will clobber any credentials that have already been set up.