This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Description
This is a small issue but just one I encountered while trying to set up a NuGet push to Cloudsmith using the action.
Some of the examples, for example the NuGet one, have the parameter uses: ./ rather than uses: cloudsmith-io/action@master, which works in this repo as it is where the action.yaml is located, however will fail for anyone using the action from another repo.
There seems to be a mix of examples that have both formats, it might be worth updating all to use the correct version for external usage to avoid confusion.