From 3d6425e4c245fad64c3136c9b40b66203c549660 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 27 Sep 2021 10:15:39 +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 8bc752f4..7a24db13 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -24,7 +24,7 @@ on: jobs: test_netdisco: name: Test and CPAN Upload - if: github.repository == ‘netdisco/netdisco’ + if: github.repository == 'netdisco/netdisco' runs-on: ubuntu-latest container: image: 'netdisco/netdisco:latest-do'