From 6bc05c3e698d7e0e85201e0fe8db2dfa1b585f30 Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Fri, 6 Oct 2023 18:11:01 -0400 Subject: [PATCH] No git-content directory in GHA clone in #116. This makes it more clear what is going on as it is like default. --- .github/workflows/content-artifacts.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/content-artifacts.yml b/.github/workflows/content-artifacts.yml index 1d850ec6..44c6f53d 100644 --- a/.github/workflows/content-artifacts.yml +++ b/.github/workflows/content-artifacts.yml @@ -26,14 +26,12 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 if: github.repository == env.HOME_REPO && github.ref == 'refs/heads/main' with: - path: git-content submodules: recursive token: ${{ secrets.COMMIT_TOKEN }} # use this if checkout is anonymous - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 if: github.repository != env.HOME_REPO || github.ref != 'refs/heads/main' with: - path: git-content submodules: recursive - name: Copy and convert content run: | @@ -56,7 +54,6 @@ jobs: if: github.repository == env.HOME_REPO && github.ref == 'refs/heads/main' uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a with: - repository: git-content push_options: --force commit_message: Publishing auto-converted artifacts commit_user_name: OSCAL GitHub Actions Bot