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

Commit

Permalink
last tweak for working args!
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Jan 9, 2019
1 parent bb35e86 commit 417de24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/README.md
Expand Up @@ -21,7 +21,7 @@ workflow "Run container-diff isolated" {
action "Run container-diff" {
uses = "GoogleContainerTools/container-diff/actions@master"
args = "analyze remote://vanessa/salad --type=pip type=apt --type=history --output /github/workspace/data.json --type=file --json --quiet --verbosity=panic"
args = ["analyze vanessa/salad --type=file --output=/github/workspace/data.json --json"]
}
action "list" {
Expand Down Expand Up @@ -66,7 +66,7 @@ action "push" {
action "Run container-diff" {
needs = ["build", "login", "push"]
uses = "GoogleContainerTools/container-diff/actions@master"
args = "analyze vanessa/salad --type=pip type=apt --type=history --output /github/workspace/data.json --type=file --json --quiet --verbosity=panic"
args = ["analyze vanessa/salad --type=file --output=/github/workspace/data.json --json"]
}
action "list" {
Expand Down

0 comments on commit 417de24

Please sign in to comment.