Skip to content

Commit

Permalink
Replace name with softwareName according to TOD schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamore-linode committed Nov 12, 2024
1 parent abbedaf commit a3d2e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tod-payload/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const main = async (junitPath: string) => {

const payload = JSON.stringify({
team: program.opts()['appTeam'],
name: program.opts()['appName'],
softwareName: program.opts()['appName'],
buildName: program.opts()['appBuild'],
semanticVersion: program.opts()['appVersion'],
buildUrl: program.opts()['appBuildUrl'],
Expand Down

0 comments on commit a3d2e10

Please sign in to comment.