Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 8, 2019
1 parent 42f87c3 commit 8a75cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workflow "Checks" {
on = "push"
resolves = [
"Shell-Scripts",
"home-assistant/actions/jq@master",
"JQ",
]
}

Expand All @@ -11,7 +11,7 @@ action "Shell-Scripts" {
args = "**/*.sh"
}

action "home-assistant/actions/jq@master" {
action "JQ" {
uses = "home-assistant/actions/jq@master"
args = "**/*.json"
}

0 comments on commit 8a75cf5

Please sign in to comment.