File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ async function install_cplay() {
14
14
15
15
function cplay_ci ( ) {
16
16
17
- const gh_context = JSON . stringify ( github . context , undefined , 2 )
18
- console . log ( `The context: ${ gh_context } ` ) ;
17
+ // const gh_context = JSON.stringify(github.context, undefined, 2)
18
+ // console.log(`The context: ${gh_context}`);
19
19
20
20
const payload = JSON . stringify ( github . context . payload , undefined , 2 )
21
21
console . log ( `The event payload: ${ payload } ` ) ;
22
22
23
- const repository = github . context . payload . repository . fullname ;
23
+ const repository = github . context . payload . repository . full_name ;
24
24
const commit = github . context . payload . after ;
25
- const sha = github . context . sha ;
25
+ const sha = github . context . sha ;
26
26
27
27
console . log ( `GIT REPO: ${ repository } ` ) ;
28
28
console . log ( `GIT ID: ${ commit } ` ) ;
You can’t perform that action at this time.
0 commit comments