Fixing identation in the bot's comment

pull/3118/head
Lucas Lopes 2023-09-28 17:16:40 -03:00 committed by Lucas Machado
parent a41f07acbf
commit 46477ee0a7
1 changed files with 9 additions and 9 deletions

View File

@ -22,13 +22,13 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: `## Validation steps [CI won't pass without adding a 👍 (thumbs up) reaction to this comment]
- Ensure all container images have repository and tag on the same level to ensure that all container images are included in rancher-images.txt which are used by airgap customers.
Add a 👍 (thumbs up) reaction to this comment once done.
<pre>
Ex:-
longhorn-controller:
repository: rancher/hardened-sriov-cni
tag: v2.6.3-build20230913
</pre>`,
- Ensure all container images have repository and tag on the same level to ensure that all container images are included in rancher-images.txt which are used by airgap customers.
Add a 👍 (thumbs up) reaction to this comment once done.
<pre>
Ex:-
longhorn-controller:
repository: rancher/hardened-sriov-cni
tag: v2.6.3-build20230913
</pre>`,
})