Skip to content

Commit aaa8879

Browse files
committed
fix version of orm descriptor
1 parent 1ccae25 commit aaa8879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orm.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GitHub Actions Runner
33
# Sub Title shown in Application Information tab.
44
description: The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.
55
schemaVersion: 1.1.0
6-
version: "20190304"
6+
version: "20201028"
77

88
informationalText: The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment. It is not recommend to use self-hosted Runners on public repos. More information on https://github.com/actions/runner
99

@@ -226,9 +226,9 @@ variables:
226226
availability_domain_name:
227227
type: oci:identity:availabilitydomain:name
228228
dependsOn:
229+
regionName: region
229230
compartmentId: compute_compartment_ocid
230231
required: true
231-
default: 1
232232
title: Availability Domain
233233
description: Availability Domain
234234

0 commit comments

Comments
 (0)