Skip to content

Commit d9f688e

Browse files
committed
ci: test @primer/deploy.status.context override
1 parent ceea4b9 commit d9f688e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/main.workflow

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ action "test" {
2727

2828
action "deploy" {
2929
needs = "install"
30-
uses = "primer/deploy@master"
30+
uses = "primer/deploy@b539208"
3131
secrets = ["NOW_TOKEN"]
32-
env = {
33-
STATUS_CONTEXT = "docs"
34-
}
3532
}
3633

3734
action "publish" {

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"test-urls": "npm run sync && node docs-test/urls.js",
4141
"watch": "script/sync --watch"
4242
},
43+
"@primer/deploy": {
44+
"status": {
45+
"context": "docs"
46+
}
47+
},
4348
"devDependencies": {
4449
"@githubprimer/octicons-react": "^8.1.3",
4550
"@mdx-js/mdx": "^0.16.6",

0 commit comments

Comments
 (0)