actions / publish-immutable-action

A GitHub Action used for publishing an Action to ghcr.io as an OCI container.
MIT License
42 stars 7 forks source link

Advice in readme appears contradictory but is at least out of date #212

Open jsoref opened 4 weeks ago

jsoref commented 4 weeks ago

This suggests using @v... notation:

https://github.com/actions/publish-immutable-action/blob/4bc8754ffc40f27910afb20287dbbbb675a4e978/README.md?plain=1#L19-L22

This suggests using @... notation (which triggers warnings from at least the github vs code integration): https://github.com/actions/publish-immutable-action/blob/4bc8754ffc40f27910afb20287dbbbb675a4e978/README.md?plain=1#L54

This tag exists which means that at the very least instances of 0.0.3 should be replaced with 0.0.4: https://github.com/actions/publish-immutable-action/releases/tag/v0.0.4