Skip to content

Commit 07074fa

Browse files
committed
build update
1 parent 459f5bd commit 07074fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8475,6 +8475,7 @@ const githubToken = core.getInput('github-token') || '';
84758475
const branch = core.getInput('branch');
84768476
const users = (core.getInput('users') || '').split(',');
84778477
const teams = (core.getInput('teams') || '').split(',');
8478+
const contexts = (core.getInput('contexts') || '').split(',');
84788479
const protectionOn = core.getInput('protection') === 'on' ? true : false;
84798480

84808481
const run = async () => {
@@ -8489,7 +8490,7 @@ const run = async () => {
84898490
branch,
84908491
required_status_checks: {
84918492
strict: true,
8492-
contexts: [],
8493+
contexts,
84938494
},
84948495
enforce_admins: true,
84958496

0 commit comments

Comments
 (0)