diff --git a/action.yml b/action.yml index 1f2f419..8dc3f0e 100644 --- a/action.yml +++ b/action.yml @@ -123,7 +123,7 @@ runs: --commit "$PR_HEAD_SHA" --branch "$PR_HEAD_REF" \ --threshold "$THRESHOLD" "${dash_arg[@]}" \ --out "$report"; then - printf '## cubit — performance\n\n⚠️ cubit could not produce a report — no benchmark output was found at `%s` (did the benchmark step run?).\n' "$DIR" > "$report" + printf '## cubit — performance\n\n⚠️ cubit could not produce a report — no benchmark output was found at `%s` (did the benchmark step run?).\n' "$DIR" > "$report" fi # Render the standalone trend dashboard for the run artifact # (best-effort — a missing state branch just yields an empty page).