From 7bccfe6d6f511dbc7d507b3eab93037219ac8f9f Mon Sep 17 00:00:00 2001 From: cgeers Date: Tue, 3 Sep 2024 11:15:45 -0500 Subject: [PATCH] fix(modules): gha event name (#128) --- .github/workflows/ci-modules.yaml | 2 +- modules/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-modules.yaml b/.github/workflows/ci-modules.yaml index 65b9d12..ea92cd2 100644 --- a/.github/workflows/ci-modules.yaml +++ b/.github/workflows/ci-modules.yaml @@ -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)}} \ No newline at end of file + S3_PREFIX: ${{ github.event_name == 'push' && 'main' || format('pr/{0}', github.event.pull_request.number)}} \ No newline at end of file diff --git a/modules/README.md b/modules/README.md index 6433450..4764462 100644 --- a/modules/README.md +++ b/modules/README.md @@ -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-...` \ No newline at end of file +* `OrganizationalUnitIDs=ou-...`