From 066dff0764e9f212a14fca305c41f5616043ed06 Mon Sep 17 00:00:00 2001 From: Lou DeGenaro Date: Thu, 30 Nov 2023 15:03:41 -0500 Subject: [PATCH] fix: downstream is ssp Signed-off-by: Lou DeGenaro --- .github/workflows/main-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-push.yml b/.github/workflows/main-push.yml index ab8d80e..77ea538 100644 --- a/.github/workflows/main-push.yml +++ b/.github/workflows/main-push.yml @@ -46,8 +46,8 @@ jobs: if: steps.determine_initialization_status.outputs.exitcode == '1' uses: actions/checkout@v2 with: - repository: my-repo-base/my-component-definition - path: './my-component-definition' + repository: my-repo-base/my-system-security-plan + path: './my-system-security-plan' token: ${{ secrets.GIT_TOKEN }} fetch-depth: 0 - name: Update downstream