Skip to content

Commit

Permalink
Revert changes to SharePoint workflow (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Sep 18, 2023
1 parent eaa0d70 commit f521e79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy-to-sharepoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit f521e79

Please sign in to comment.