Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 417de24

Browse files
committed
last tweak for working args!
1 parent bb35e86 commit 417de24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workflow "Run container-diff isolated" {
2121
2222
action "Run container-diff" {
2323
uses = "GoogleContainerTools/container-diff/actions@master"
24-
args = "analyze remote://vanessa/salad --type=pip type=apt --type=history --output /github/workspace/data.json --type=file --json --quiet --verbosity=panic"
24+
args = ["analyze vanessa/salad --type=file --output=/github/workspace/data.json --json"]
2525
}
2626
2727
action "list" {
@@ -66,7 +66,7 @@ action "push" {
6666
action "Run container-diff" {
6767
needs = ["build", "login", "push"]
6868
uses = "GoogleContainerTools/container-diff/actions@master"
69-
args = "analyze vanessa/salad --type=pip type=apt --type=history --output /github/workspace/data.json --type=file --json --quiet --verbosity=panic"
69+
args = ["analyze vanessa/salad --type=file --output=/github/workspace/data.json --json"]
7070
}
7171
7272
action "list" {

0 commit comments

Comments
 (0)