Skip to content

Commit

Permalink
Troubleshooting matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
BOTLANNER committed Jul 6, 2023
1 parent 9c9d8c7 commit 8c9cf05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/add-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,7 @@ jobs:
});
console.log(JSON.stringify(files));
if (Array.isEmpty(files)) {
files.push('Button');
}
return files;
return JSON.stringify(files);
result-encoding: json
debug: true

Expand Down

0 comments on commit 8c9cf05

Please sign in to comment.