String (Default: false) If set to true tenv proxies exposes proxied output stdout, stderr, and exitcode by writing them into GITHUB_OUTPUT in multiline format. GitHub Actions set it (see default environment variables). GITHUB_OUTPUT String (Default: "") Needed when GITHUB_ACTIONS is set to...
This can also be specified as multiline heredoc string (no comments allowed). Some examples of valid patterns: !.*/.*\.txt # Filter all txt files recursively node_modules/.* # Include empty dir or with a content if it exists node_modules/.+ # Include full non empty node_modules dir...
Next create a second terraform workspace and initiate the module, or adapt one of theexamples. Note thatgithub_app.key_base64needs to be a base64-encoded string of the.pemfile i.e. the output ofbase64 app.private-key.pem. The decoded string can either be a multiline value or a single...
command/fmt: Multiline strings aren't erroneously indented (#9859) provider/aws: Fix issue setting certificate_upload_date in aws_api_gateway_domain_name (#9815) provider/azurerm: allow storage_account resource with name "$root" (#9813) provider/google: fix for looking up project image famili...
Note that github_app.key_base64 needs to be a base64-encoded string of the .pem file i.e. the output of base64 app.private-key.pem. The decoded string can either be a multiline value or a single line value with new lines represented with literal \n characters.module "github-runner"...
Note that github_app.key_base64 needs to be a base64-encoded string of the .pem file i.e. the output of base64 app.private-key.pem. The decoded string can either be a multiline value or a single line value with new lines represented with literal \n characters. module "github-runner...
Note that github_app.key_base64 needs to be a base64-encoded string of the .pem file i.e. the output of base64 app.private-key.pem. The decoded string can either be a multiline value or a single line value with new lines represented with literal \n characters. module "github-runner...
String (Default: false) If set to true tenv proxies exposes proxied output stdout, stderr, and exitcode by writing them into GITHUB_OUTPUT in multiline format. GitHub Actions set it (see default environment variables). GITHUB_OUTPUT String (Default: "") Needed when GITHUB_ACTIONS is set to...