Christopher Schleiden
Christopher Schleiden
Sorry for the delay, life got in the way. Could you try v0.22.0 to see if that fixes things? Looks like there were some changes in how the VSCode Git...
We have changed the login flow slightly, please take another look and open another issue if you're still hitting this.
This is now implemented.
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...
Updated the title and resolved another issue as duplicate since here we have more information.
This is now implemented.
@danburonline could you share more of that workflow (job)? Feel free to remove any steps in between but would be good to see the two `uses` steps with context.
@einarpersson That's currently not supported, created a new enhancement issue here: https://github.com/cschleiden/vscode-github-actions/issues/200
> > FWIW the weird commonality here is that the error only seems to happen with secrets that begin with `S`. Very strange indeed. > > > > Seeing this...
> I'm having this issue with not just secrets, but if I access the `vars` context to read configuration values too Unfortunately, there is no support for `vars` yet. We're...