Skip to content

Commit

Permalink
Change readme to use published action
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Feb 8, 2019
1 parent 063af97 commit 4c89947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit 4c89947

Please sign in to comment.