From 8e3bd6f556efb3e825532db665e9a09f17b9c50e Mon Sep 17 00:00:00 2001 From: Lyon Till <158992+ljtill@users.noreply.github.com> Date: Wed, 10 Mar 2021 11:44:02 +0000 Subject: [PATCH] Update pull.yml (#18) --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index f540112..d5726dc 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -119,7 +119,7 @@ jobs: - name: 'Initialize' run: | Import-PSFConfig -Path settings.json -Schema MetaJson - Initialize-AzOpsRepository -Rebuild + Initialize-AzOpsRepository Get-Job | Remove-Job -Force shell: pwsh