mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 03:35:42 -04:00
ci: add debugging for js context
This commit is contained in:
2
.github/workflows/issues-scan.yml
vendored
2
.github/workflows/issues-scan.yml
vendored
@@ -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, '"' ).replace( /'/g, ''' );
|
||||
|
||||
Reference in New Issue
Block a user