From b11f85caf52eae77fa51f9e13c37258b0c261756 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 17 Mar 2025 16:25:50 -0700 Subject: [PATCH] ci: add debugging for js context --- .github/workflows/issues-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues-scan.yml b/.github/workflows/issues-scan.yml index cc790bc2..bb077490 100755 --- a/.github/workflows/issues-scan.yml +++ b/.github/workflows/issues-scan.yml @@ -305,7 +305,7 @@ jobs: github-token: ${{ secrets.ADMINSERV_TOKEN_CL }} script: | console.log('Running Autoscan') - console.log(` PR Context ............ ${ context }`) + console.log(JSON.stringify(`${ context }`, null, 4)) const fs = require( 'fs' ); const escape_html = ( unsafe ) => unsafe.replace( /&/g, '&' ).replace( //g, '>' ).replace( /"/g, '"' ).replace( /'/g, ''' );