Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove ifversion 'actions-job-summaries' feature (#51369)
  • Loading branch information
Peter Bengtsson authored Jun 25, 2024
commit 5704155af13de7a562f57b5e96cd87e4b47f31bd
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,6 @@ This example demonstrates how to set the `SELECTED_COLOR` output parameter and l

{% endpowershell %}

{% ifversion actions-job-summaries %}

## Adding a job summary

{% bash %}
Expand Down Expand Up @@ -955,8 +953,6 @@ After a step has completed, job summaries are uploaded and subsequent steps cann

Job summaries are isolated between steps and each step is restricted to a maximum size of 1MiB. Isolation is enforced between steps so that potentially malformed Markdown from a single step cannot break Markdown rendering for subsequent steps. If more than 1MiB of content is added for a step, then the upload for the step will fail and an error annotation will be created. Upload failures for job summaries do not affect the overall status of a step or a job. A maximum of 20 job summaries from steps are displayed per job.

{% endif %}

## Adding a system path

Prepends a directory to the system `PATH` variable and automatically makes it available to all subsequent actions in the current job; the currently running action cannot access the updated path variable. To see the currently defined paths for your job, you can use `echo "$PATH"` in a step or an action.
Expand Down