From 416b462ebc0a4ac8f37825829de0260f92ee2e35 Mon Sep 17 00:00:00 2001 From: Lou DeGenaro Date: Tue, 28 Nov 2023 10:45:07 -0500 Subject: [PATCH] fix: specify generic profile 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 aa35df4..d55b141 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: degenaro/acme-profile-nist-800-53 - path: 'acme-profile-nist-800-53' + repository: my-repo-base/my-profile + path: './my-profile' token: ${{ secrets.GIT_TOKEN }} fetch-depth: 0 - name: Update profiles