It would be good to pin a particular version here (the action.yaml file).
I'm guessing the standard way to do this is put our "current" version here, then push the tags when we merge to main?
So that when someone writes workflow like
- uses: the-turing-way/all-all-contributors@v1
It fetches this repo at a particular tag, and hence the corresponding container image tag from this file?
Originally posted by @JimMadge in #66 (comment)
It would be good to pin a particular version here (the action.yaml file).
I'm guessing the standard way to do this is put our "current" version here, then push the tags when we merge to main?
So that when someone writes workflow like
It fetches this repo at a particular tag, and hence the corresponding container image tag from this file?
Originally posted by @JimMadge in #66 (comment)