mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-24 21:59:21 +00:00
Correct formatting
This commit is contained in:
parent
70b7839dcf
commit
19dee55bb4
1 changed files with 2 additions and 1 deletions
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
|
|
@ -17,13 +17,14 @@ action "Test" {
|
|||
|
||||
action "Acceptance Test Auth" {
|
||||
uses = "./auth"
|
||||
secrets = ["GCLOUD_AUTH"]
|
||||
secrets = ["GCLOUD_AUTH"]
|
||||
}
|
||||
|
||||
action "Acceptance Test CLI" {
|
||||
needs = ["Acceptance Test Auth"]
|
||||
uses = "./cli"
|
||||
args = "auth list --filter no-such-account"
|
||||
secrets = ["GCLOUD_AUTH"]
|
||||
}
|
||||
|
||||
action "Build" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue