Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy authored Apr 22, 2024
1 parent 715f009 commit 2d379e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ runs:
metadata: await buildSourceMetadata(source, context, github)
});
await addSummary({
cli,
filter,
includeSummary: ${{ inputs.include-summary }}
});
// await addSummary({
// cli,
// filter,
// includeSummary: ${{ inputs.include-summary }}
// });
// Write output to a file
const output = path.join(gap, "recordings.json");
Expand Down

0 comments on commit 2d379e4

Please sign in to comment.