From de341a3488f63b984d2baa2215a2e8fdce1e4827 Mon Sep 17 00:00:00 2001 From: MrMCake Date: Mon, 27 Jun 2022 17:40:24 +0200 Subject: [PATCH] First commit --- .github/actions/templates/getWorkflowInput/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/templates/getWorkflowInput/action.yml b/.github/actions/templates/getWorkflowInput/action.yml index f3951974b1..cd2618b894 100644 --- a/.github/actions/templates/getWorkflowInput/action.yml +++ b/.github/actions/templates/getWorkflowInput/action.yml @@ -66,7 +66,7 @@ runs: # Otherwise retrieve default values else { # Load used functions - . "$env:GITHUB_ACTION_PATH/scripts/Get-GitHubWorkflowDefaultInput.ps1" + . (Join-Path $env:GITHUB_WORKSPACE 'utilities' 'pipelines' 'sharedScripts' 'Get-GitHubWorkflowDefaultInput.ps1') $functionInput = @{ workflowPath = '${{ inputs.workflowPath }}'