fix description

This commit is contained in:
Pascal Vizeli
2019-03-08 17:26:51 +01:00
committed by GitHub
parent 42f87c3e09
commit 8a75cf5477

View File

@@ -2,7 +2,7 @@ workflow "Checks" {
on = "push" on = "push"
resolves = [ resolves = [
"Shell-Scripts", "Shell-Scripts",
"home-assistant/actions/jq@master", "JQ",
] ]
} }
@@ -11,7 +11,7 @@ action "Shell-Scripts" {
args = "**/*.sh" args = "**/*.sh"
} }
action "home-assistant/actions/jq@master" { action "JQ" {
uses = "home-assistant/actions/jq@master" uses = "home-assistant/actions/jq@master"
args = "**/*.json" args = "**/*.json"
} }