Beth Brennan

Results 10 comments of Beth Brennan

Thanks, we were trying to verify which contexts were being highlighted as warning. Looks like both the strategy and matrix contexts aren't being recognized within steps Here is a repro:...

> I think that this functionality isn't relevant for vars/secrets contexts because there is no way for them to be discernible by the plugin. The extension hits GitHub secret/ variable...

@max-sixty if you select the Actions Extension tab, do you see a prompt to sign in? ![Screenshot Actions Extension tab highlighted](https://github.com/github/vscode-github-actions/assets/34719884/d23ed048-e6ba-46b8-a9fd-24e82aee8616)

@doubleforte > I'm signed in, but we have a few env vars that are set by previous steps -- not in the env: setting or in GitHub's environment, so the...

It sounds like the request here is "disable `vars` context validation when not logged in. Updating the title to reflect this more specifically. Let us know if that does not...

@RDavis3000 are those repository, environment, or org variables? If they are environment variables, can you include the portion of your workflow file where you set the environment for the job...

Thabks for all of this context! The `-e` in that command indicates that it an environment variable associated with the environment `DEV`. On line 17 of your workflow, you are...

Note: list workflow runs API responses include a `display_title` which looks like the information requested in this issue

"This happens because of the transformation code that we run before auto-completion. At that point we don't know if we're in a multi-line string and therefore add : to the...

The extension uses the actions workflows API to populate the list of workflows in the sidebar. It is therefor limited by/ consistent with workflow creation in all of Github Actions....