branch: externals/dape
commit 6a5992029c648dcb0cfd490a6b2b9863a3e43435
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Fix syntax error in test pipeline
---
 .github/workflows/test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9af53fa569..6f9c977f54 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -5,6 +5,7 @@ on:
     branches:
       - master
   pull_request:
+  workflow_dispatch:
 
 jobs:
   test:
@@ -21,7 +22,7 @@ jobs:
     - name: Install emacs
       uses: purcell/setup-emacs@master
       with:
-        version: {{ matrix.version}}
+        version: ${{ matrix.version }}
 
     - name: Install Python
       uses: actions/setup-python@v2

Reply via email to