Skip to content

Commit

Permalink
chore: try toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Jan 22, 2024
1 parent 4d929a0 commit 73e5a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-signed-from-stampy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Stampy signed and uploaded the following files\n ${{ steps.upload.outputs.output }}"
"text": "Stampy signed and uploaded the following files\n ${{ toJson(steps.upload.outputs.output) }}"
}
}]
}
2 changes: 1 addition & 1 deletion scripts/stampy-signed-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ files
if (error) {
throw error;
}
console.log(`${stdout.split('\r').filter((l) => l.includes('upload:'))} \\${os.EOL}`);
console.log(stdout.split('\r').filter((l) => l.includes('upload:')));
});
});

0 comments on commit 73e5a74

Please sign in to comment.