From 2394c9008b9dfe3897187f907e93b57eedeeedb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 14 Jul 2020 20:29:42 +0200 Subject: [PATCH] Remove problem matcher Fixes #21 --- runaction | 1 - 1 file changed, 1 deletion(-) diff --git a/runaction b/runaction index 97e8e5d..0bdea9a 100755 --- a/runaction +++ b/runaction @@ -1,7 +1,6 @@ #!/bin/bash ## Enable problem matcher -echo "::add-matcher::.github/problem-matcher.json" cd "$GITHUB_WORKSPACE" || exit 1