Error in user YAML: (<unknown>): found unexpected end of stream while scanning a quoted scalar at line 1 column 13
---
page_title: "github_actions_environment_variables Data Source - terraform-provider-github
description: |-
Get Actions variables of the repository environment
---
Use this data source to retrieve the list of variables of the repository environment.
data "github_actions_environment_variables" "example" {
name = "exampleRepo"
environment = "exampleEnvironment"
}variables- list of variables for the environmentname- Name of the variablevalue- Value of the variablecreated_at- Timestamp of the variable creationupdated_at- Timestamp of the variable last update