The Readme says to use
uses: EarthBuild/actions-setup@v1
But you don't have a v1 tag, or a v2 tag, for that matter, and all of the org repos are using @main instead of a version.
I recommend you (also) tag your v2.0.0 release as v2 and change the docs to suggest that 😉
The Readme says to use
uses: EarthBuild/actions-setup@v1But you don't have a v1 tag, or a v2 tag, for that matter, and all of the org repos are using
@maininstead of a version.I recommend you (also) tag your
v2.0.0release asv2and change the docs to suggest that 😉