You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uses: kamranayub/[email protected] does not get found by github actions
uses: kamranayub/[email protected] does get found, since it's the github tag, but since I didn't check in the build output from my PR, there's no functional difference from the previous version.
Needing to check the NPM key was mentioned, but it seems that it's not updated on npm?
The text was updated successfully, but these errors were encountered:
❯ npm info kamranayub/wait-for-netlify-action
[email protected] | ISC | deps: 3 | versions: 1
A GitHub action that waits for a Netlify deployment preview for the current commit being built
dist
.tarball: file:git+ssh://[email protected]/kamranayub/wait-for-netlify-action.git#943a787b4abab5822371106eec7b19f84971c5d3
.shasum: undefined
dependencies:
@actions/core: ^1.10.0 @actions/github: ^4.0.0 axios: 0.19.2
dist-tags:
latest: 0.0.0-development
www on update-wait-for-netlify-action [$] via v16.16.0 took 2s
I'm a bit confused.
uses: kamranayub/[email protected]
does not get found by github actionsuses: kamranayub/[email protected]
does get found, since it's the github tag, but since I didn't check in the build output from my PR, there's no functional difference from the previous version.Needing to check the NPM key was mentioned, but it seems that it's not updated on npm?
The text was updated successfully, but these errors were encountered: