Skip to content

Commit

Permalink
Duration
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 committed Feb 13, 2024
1 parent 7834532 commit 0eedb38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/pr-poster.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ async function run() {
"Binary File": bin_file ? bin_file : "Not Provided",
"Audio File": preview_file ? preview_file : Object.keys(json_output).includes("Audio") ? json_output["Audio"] : "Not Provided",
"Midi File": midi_file ? midi_file : "Not Provided",
"Duration": Object.keys(json_output).includes("Duration") ? json_output["Duration"] : "Not Provided",
"Update Notes": Object.keys(json_output).includes("Update Notes") ? json_output["Update Notes"] : "Not Provided",
"Additional Notes": Object.keys(json_output).includes("Additional Notes") ? json_output["Additional Notes"] : "Not Provided",
}
Expand Down

0 comments on commit 0eedb38

Please sign in to comment.