Skip to content

Commit

Permalink
🐛 Fixed issue with reponame while creating build-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
abdheshnayak committed Mar 17, 2024
1 parent 0614932 commit 02d9807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const NewBuild = () => {
if (e) {
throw e[0];
}
navigate(`/${account}/repo/${repoName}/builds`);
navigate(`/${account}/repo/${atob(repoName)}/builds`);
} catch (err) {
handleError(err);
}
Expand Down

0 comments on commit 02d9807

Please sign in to comment.