Skip to content

Commit

Permalink
fix: wrap <code> in <pre> in call for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored Jul 4, 2024
1 parent 3cc7ebb commit 8c0f882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions call-for-testing/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ inputs:
1. Stop the application if it was already running
2. Upgrade to this version by running
<code>snap refresh {{ env.snap_name }} --channel {{ env.channel }}</code>
<pre><code>snap refresh {{ env.snap_name }} --channel {{ env.channel }}</code></pre>
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**.
<code>snap version; lscpu | grep Architecture; snap info {{ env.snap_name }} | grep installed</code>
<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 8c0f882

Please sign in to comment.