Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent 9434572 commit f989b23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forge/actions/discovery/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion forge/actions/discovery/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion forge/actions/discovery/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ async function run() {

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

let stdout = "";
const options = {};
const stdout = "";
options.listeners = {
stdout: (data) => {
stdout += data.toString();
Expand Down

0 comments on commit f989b23

Please sign in to comment.