Skip to content

Commit 7bccfe6

Browse files
authored
fix(modules): gha event name (#128)
1 parent 633fc29 commit 7bccfe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
working-directory: modules
7171
env:
7272
S3_BUCKET: cf-templates-cloudvision-ci
73-
S3_PREFIX: ${{ github.event.name == 'push' && 'main' || format('pr/{0}', github.event.pull_request.number)}}
73+
S3_PREFIX: ${{ github.event_name == 'push' && 'main' || format('pr/{0}', github.event.pull_request.number)}}

modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Modular templates support cross sections of Sysdig Secure feature sets. Each tem
1212

1313
Organizations are supported by setting the following template parameters
1414
* `IsOrganizational=true`
15-
* `OrganizationalUnitsIDs=ou-...`
15+
* `OrganizationalUnitIDs=ou-...`

0 commit comments

Comments
 (0)