We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633fc29 commit 7bccfe6Copy full SHA for 7bccfe6
.github/workflows/ci-modules.yaml
@@ -70,4 +70,4 @@ jobs:
70
working-directory: modules
71
env:
72
S3_BUCKET: cf-templates-cloudvision-ci
73
- S3_PREFIX: ${{ github.event.name == 'push' && 'main' || format('pr/{0}', github.event.pull_request.number)}}
+ S3_PREFIX: ${{ github.event_name == 'push' && 'main' || format('pr/{0}', github.event.pull_request.number)}}
modules/README.md
@@ -12,4 +12,4 @@ Modular templates support cross sections of Sysdig Secure feature sets. Each tem
12
13
Organizations are supported by setting the following template parameters
14
* `IsOrganizational=true`
15
-* `OrganizationalUnitsIDs=ou-...`
+* `OrganizationalUnitIDs=ou-...`
0 commit comments