Skip to content

Commit

Permalink
fixup! Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Aug 13, 2024
1 parent d971623 commit af3df40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions job-name/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ runs:
matrix_values="$(jq -r '[.. | select(type != "object")] | join(", ")' <<<"${matrix_json}")"
if [[ -n "${matrix_values}" ]]; then
job_name="${job_name_expr} (${matrix_values})"
job_name="${job_name_template} (${matrix_values})"
else
job_name="${job_name_expr}"
job_name="${job_name_template}"
fi
fi
echo "job-name=${job_name:?}" | tee -a "$GITHUB_OUTPUT"
Expand Down

0 comments on commit af3df40

Please sign in to comment.