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

Commit f479877

Browse files
committed
adding missing uses arg to blocks
1 parent 4292bbc commit f479877

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ workflow "Run container-diff" {
2020
}
2121
2222
action "Run container-diff" {
23+
uses = "GoogleContainerTools/container-diff/actions@master"
2324
args = ["analyze", "vanessa/salad", "--type=pip", "type=apt", "--type=history", --output "/github/workspace/data.json", "--type=file", "--json", "--quiet", "--verbosity=panic" ]
2425
}
2526
@@ -63,6 +64,7 @@ action "push" {
6364
}
6465
6566
action "Run container-diff" {
67+
uses = "GoogleContainerTools/container-diff/actions@master"
6668
needs = ["build", "login", "push"]
6769
args = ["analyze", "vanessa/salad", "--type=pip", "type=apt", "--type=history", --output "/github/workspace/data.json", "--type=file", "--json", "--quiet", "--verbosity=panic" ]
6870
}

0 commit comments

Comments
 (0)