Closed grmbyrn closed 4 weeks ago
Users might see this error:
Value 'github-pages' is not valid The name of the environment used by the job. Available expression contexts: github, inputs, vars, needs, strategy, matrix"
Value 'github-pages' is not valid The name of the environment used by the job.
Available expression contexts: github, inputs, vars, needs, strategy, matrix"
in .github/workflows/deploy.yml for the following code:
.github/workflows/deploy.yml
environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}
This is an issue with the schema in GitHub Actions which this issue seeks to update by adding github-pages to the schema. Once this is done, the error should be resolved.
github-pages
Hi @grmbyrn, I think this was an IDE issue in the end. I'm closing the issue.
Users might see this error:
in
.github/workflows/deploy.yml
for the following code:This is an issue with the schema in GitHub Actions which this issue seeks to update by adding
github-pages
to the schema. Once this is done, the error should be resolved.