Skip to content

Commit

Permalink
chore: use SHA sum instead of branch name when fetching raw file content
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Gulyy <[email protected]>
  • Loading branch information
vitaliy-guliy committed Oct 27, 2022
1 parent ecf6a9f commit 09a70a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ protected boolean isPublicRepository(GithubUrl remoteFactoryUrl) {
}
}

@Override
protected String fetchContent(String fileURL, boolean skipAuthentication)
throws IOException, DevfileException {

Expand Down

0 comments on commit 09a70a4

Please sign in to comment.