From f521e79da2566f9b3d69f645818b881994a09115 Mon Sep 17 00:00:00 2001 From: Luke Fritz Date: Mon, 18 Sep 2023 15:15:55 -0500 Subject: [PATCH] Revert changes to SharePoint workflow (patch) --- .github/workflows/deploy-to-sharepoint.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deploy-to-sharepoint.yaml b/.github/workflows/deploy-to-sharepoint.yaml index b56d083..d179afb 100644 --- a/.github/workflows/deploy-to-sharepoint.yaml +++ b/.github/workflows/deploy-to-sharepoint.yaml @@ -20,10 +20,6 @@ on: required: true type: string default: './dist/' - freshCheckout: - required: true - type: boolean - default: true runDefaultBuild: description: Whether or not to run the build script from the project's package.json file. required: false @@ -41,7 +37,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - if: inputs.runDefaultBuild == true with: submodules: recursive token: ${{ secrets.GIT_TOKEN_BASIC || github.token }}