From 4c8994776275a1baef035545842bf1ce859195ee Mon Sep 17 00:00:00 2001 From: Marc Campbell Date: Fri, 8 Feb 2019 07:32:23 -0800 Subject: [PATCH] Change readme to use published action --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fae8380..731da00 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ action "filter-to-pr-open-synced" { } action "linkcheck" { - uses = "docker://marc/hugo-linkcheck:master" + uses = "marccampbell/hugo-linkcheck-action@v0.1.0" needs = "filter-to-pr-open-synced" secrets = ["GITHUB_TOKEN"] env = { @@ -57,7 +57,7 @@ action "filter-to-pr-open-synced" { } action "linkcheck" { - uses = "docker://marc/hugo-linkcheck:master" + uses = "marccampbell/hugo-linkcheck-action@v0.1.0" needs = "filter-to-pr-open-synced" secrets = ["GITHUB_TOKEN"] env = {