Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema in deploy.yml #75

Closed
grmbyrn opened this issue Jun 7, 2024 · 1 comment
Closed

Schema in deploy.yml #75

grmbyrn opened this issue Jun 7, 2024 · 1 comment
Milestone

Comments

@grmbyrn
Copy link
Collaborator

grmbyrn commented Jun 7, 2024

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"

in .github/workflows/deploy.yml for the following code:

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.

@josecelano josecelano transferred this issue from torrust/torrust-website-v1 Oct 3, 2024
@josecelano josecelano added this to the v3.1.0 milestone Oct 4, 2024
@josecelano
Copy link
Member

Hi @grmbyrn, I think this was an IDE issue in the end. I'm closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants