Skip to content

Commit

Permalink
docs: do not use HTML-like elements in output descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok committed Jun 9, 2023
1 parent 8f42d09 commit 27ae846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ on:
description: An image reference for this build (`<name>:<git-sha>@<digest>`).
value: ${{ jobs.push.outputs.image-ref }}
image-ref-stripped:
description: An image reference for this build, stripped of its registry URL ("<name>:<sha>@<digest>").
description: An image reference for this build, stripped of its registry URL (`<name>:<git-sha>@<digest>`).
value: ${{ jobs.push.outputs.image-ref-stripped }}
image-tags:
description: Comma-separated list of generated image tags for this build, (`<registry-url>/<name1>:<tag1>,<registry-url>/<name1>:<tag2>`).
value: ${{ jobs.push.outputs.image-tags }}
image-tags-stripped:
description: Comma-separated list of generated image tags for this build, stripped of their registry URL, without a leading slash (i.e. "<name1>:<tag1>,<name2>:<tag2>").
description: Comma-separated list of generated image tags for this build, stripped of their registry URL, without a leading slash (`<name1>:<tag1>,<name1>:<tag2>`).
value: ${{ jobs.push.outputs.image-tags-stripped }}
unique-id:
description: A generated unique ID for this run. Can be useful when debugging runners to determine artifact filenames.
Expand Down

0 comments on commit 27ae846

Please sign in to comment.