Skip to content

Commit 5704155

Browse files
author
Peter Bengtsson
authored
Remove ifversion 'actions-job-summaries' feature (#51369)
1 parent e76a480 commit 5704155

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/actions/using-workflows/workflow-commands-for-github-actions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -813,8 +813,6 @@ This example demonstrates how to set the `SELECTED_COLOR` output parameter and l
813813

814814
{% endpowershell %}
815815

816-
{% ifversion actions-job-summaries %}
817-
818816
## Adding a job summary
819817

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

956954
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.
957955

958-
{% endif %}
959-
960956
## Adding a system path
961957

962958
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.

0 commit comments

Comments
 (0)