From 8c0f88287664cc4e2220cc52f29aadcbc279f53c Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 4 Jul 2024 11:31:28 +0100 Subject: [PATCH] fix: wrap `` in `
` in call for testing

---
 call-for-testing/action.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/call-for-testing/action.yaml b/call-for-testing/action.yaml
index b91b6a4..849780e 100644
--- a/call-for-testing/action.yaml
+++ b/call-for-testing/action.yaml
@@ -40,12 +40,12 @@ inputs:
       1. Stop the application if it was already running
       2. Upgrade to this version by running
 
-      snap refresh {{ env.snap_name }} --channel {{ env.channel }}
+      
snap refresh {{ env.snap_name }} --channel {{ env.channel }}
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**. - snap version; lscpu | grep Architecture; snap info {{ env.snap_name }} | grep installed +
snap version; lscpu | grep Architecture; snap info {{ env.snap_name }} | grep installed
     required: false
 
 outputs: