From dabf4aae56b754e4d2cbfd3319c294ebedd9ad42 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Tue, 13 Aug 2024 16:32:28 -0500 Subject: [PATCH] fixup! Clone hotfix --- job-context/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job-context/action.yaml b/job-context/action.yaml index edd0f75..6c0e33b 100644 --- a/job-context/action.yaml +++ b/job-context/action.yaml @@ -38,7 +38,7 @@ runs: job_name_template="$(job_key="${job_key}" yq '.jobs[env(job_key)].name' "${repo_path}/${workflow_path:?}")" echo "job-name-template=${job_name_template:?}" | tee -a "$GITHUB_OUTPUT" env: - repo_path: ${{ github.action_path }}/repo + repo_path: ${{ inputs.path }} workflow_ref: ${{ github.workflow_ref }} job_key: ${{ github.job }} # User supplied job key cannot be used as we cannot properly render `matrix` expressions - id: render