mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +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'
|
shell: '/bin/bash'
|
||||||
});
|
});
|
||||||
console.log(xmllint.toString());
|
console.log(xmllint.toString());
|
||||||
|
const x = '22';
|
||||||
const command = `#!/bin/bash
|
const command = `#!/bin/bash
|
||||||
cd ` +
|
cd ` +
|
||||||
root +
|
root +
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ export class Helper {
|
||||||
shell: '/bin/bash'
|
shell: '/bin/bash'
|
||||||
})
|
})
|
||||||
console.log(xmllint.toString())
|
console.log(xmllint.toString())
|
||||||
|
const x = '22'
|
||||||
const command =
|
const command =
|
||||||
`#!/bin/bash
|
`#!/bin/bash
|
||||||
cd ` +
|
cd ` +
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue