mirror of
https://github.com/primer/css.git
synced 2024-11-13 08:04:16 +03:00
deploy: fix action name, ref primer/deploy@status-config-redux
This commit is contained in:
parent
d401d87963
commit
02a2bdfb3f
4
.github/main.workflow
vendored
4
.github/main.workflow
vendored
@ -25,9 +25,9 @@ action "test" {
|
||||
args = "test"
|
||||
}
|
||||
|
||||
action "docs" {
|
||||
action "deploy" {
|
||||
needs = "install"
|
||||
uses = "primer/deploy@b539208"
|
||||
uses = "primer/deploy@status-config-redux"
|
||||
secrets = [
|
||||
"NOW_TOKEN",
|
||||
"GITHUB_TOKEN",
|
||||
|
Loading…
Reference in New Issue
Block a user