Skip to content

Commit f989b23

Browse files
committed
wip: testing
1 parent 9434572 commit f989b23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

forge/actions/discovery/dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

forge/actions/discovery/dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

forge/actions/discovery/src/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ async function run() {
1212

1313
core.info(`Running forge ${args.join(" ")}`);
1414

15+
let stdout = "";
1516
const options = {};
16-
const stdout = "";
1717
options.listeners = {
1818
stdout: (data) => {
1919
stdout += data.toString();

0 commit comments

Comments
 (0)