Skip to content

Commit

Permalink
Debug github api call x5
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Nov 20, 2023
1 parent 16c092c commit d838860
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
for (const file of response.data) {
if (file.filename.startsWith("corpus/")) {
const flowName = file.filename.split("/").pop();
const flowArg = encodeURI(file.raw_url);
const flowUrl = `${builderUrl}${flowArg}`;
const flowUrl = `${builderUrl}${file.raw_url}`;
bullets.push(`* [${flowName}](${flowUrl})`);
}
}
Expand Down

0 comments on commit d838860

Please sign in to comment.