Skip to content

Commit

Permalink
fix: correctly close the <pre> tag in the call for testing template
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored Jul 8, 2024
1 parent 8c0f882 commit 6f41854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion call-for-testing/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs:
3. Start the app and test it out.
4. Finally, add a comment below explaining whether this app is working, and **include the output of the following command**.
<pre><code>snap version; lscpu | grep Architecture; snap info {{ env.snap_name }} | grep installed</code><pre>
<pre><code>snap version; lscpu | grep Architecture; snap info {{ env.snap_name }} | grep installed</code></pre>
required: false

outputs:
Expand Down

0 comments on commit 6f41854

Please sign in to comment.