mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
fix description
This commit is contained in:
4
.github/main.workflow
vendored
4
.github/main.workflow
vendored
@@ -2,7 +2,7 @@ workflow "Checks" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Shell-Scripts",
|
||||
"home-assistant/actions/jq@master",
|
||||
"JQ",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user