mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Added unused
This commit is contained in:
parent
36c4d018ea
commit
80e7869b2d
2 changed files with 2 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -13614,6 +13614,7 @@ class se_Helper {
|
|||
shell: '/bin/bash'
|
||||
});
|
||||
console.log(xmllint.toString());
|
||||
const x = '22';
|
||||
const command = `#!/bin/bash
|
||||
cd ` +
|
||||
root +
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ export class Helper {
|
|||
shell: '/bin/bash'
|
||||
})
|
||||
console.log(xmllint.toString())
|
||||
const x = '22'
|
||||
const command =
|
||||
`#!/bin/bash
|
||||
cd ` +
|
||||
|
|
|
|||
Loading…
Reference in a new issue