From 8c50ef81aff94cf1431825fe6d5d50b430b0dea0 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 27 Sep 2021 10:14:38 +0100 Subject: [PATCH] Update test_and_publish.yml --- .github/workflows/test_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 54dfebcb..ef25dfb5 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -20,7 +20,7 @@ on: jobs: test_snmp_info: name: Test and CPAN Upload - if: github.repository == ‘netdisco/snmp-info’ + if: github.repository == 'netdisco/snmp-info' runs-on: ubuntu-latest container: image: 'netdisco/netdisco:latest-do'