Replies: 1 comment 1 reply
-
You need to put an "id" on the step that uses this projects action, and then reference that id to get the outputted value into your following step. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to get the deployed URL from the vercel action to pass to the environment URL on my workflow.
To show like this on my pipeline

It is possible? I saw something like getting from ${{ steps.version.outputs.TAG_NAME }} where TAG_NAME would be the output from vercel action, but couldn't find any output to use
Beta Was this translation helpful? Give feedback.
All reactions