Skip to content

Commit

Permalink
fixup! Clone hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Aug 13, 2024
1 parent 232e023 commit dabf4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-context/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dabf4aa

Please sign in to comment.