Skip to content

Commit

Permalink
fix(modules): gha event name (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeers authored Sep 3, 2024
1 parent 633fc29 commit 7bccfe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
working-directory: modules
env:
S3_BUCKET: cf-templates-cloudvision-ci
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)}}
2 changes: 1 addition & 1 deletion modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Modular templates support cross sections of Sysdig Secure feature sets. Each tem

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

0 comments on commit 7bccfe6

Please sign in to comment.