Closed dca123 closed 1 year ago
Thanks for reporting this.
Actions declare their outputs in the action.yml
file. For deploy-cloudrun
that would be here:
https://github.com/google-github-actions/deploy-cloudrun/blob/main/action.yml#L159-L161
Today the extension doesn't parse that part of action.yml
for referenced actions and therefore doesn't know the outputs
. We should add that.
Updated the title and resolved another issue as duplicate since here we have more information.
This is now implemented.
@cschleiden can you please point me to where this was fixed? I don't see any recent commits in main.
I'm setting the environment via
My deploy step looks like
I get the following error
Unknown context access: 'steps.deploy.outputs.url'
. The deployment works perfectly and the URL is assigned as expected. This is only a linting issue.Is there any way I could fix this ?
Regards, Dev