Skip to content

Commit

Permalink
fix: correct whitespace in call for testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored Jun 21, 2024
1 parent 77cdabe commit 3cc7ebb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions call-for-testing/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +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>
<code>snap refresh {{ env.snap_name }} --channel {{ env.channel }}</code>
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>
<code>snap version; lscpu | grep Architecture; snap info {{ env.snap_name }} | grep installed</code>
required: false

outputs:
Expand Down

0 comments on commit 3cc7ebb

Please sign in to comment.