mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:25:41 -04:00
ci: add debugging to github workflows
This commit is contained in:
3
.github/workflows/issues-scan.yml
vendored
3
.github/workflows/issues-scan.yml
vendored
@@ -305,7 +305,8 @@ jobs:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
|
||||
script: |
|
||||
console.log('Running Autoscan')
|
||||
console.log(JSON.stringify(`${ context }`, null, 4))
|
||||
console.log(JSON.stringify(context, null, 4));
|
||||
console.log(JSON.stringify(github, 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