Skip to content

Commit

Permalink
checking on issue with autofill pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com>
  • Loading branch information
Thistleman committed May 2, 2024
1 parent 20799c5 commit 70bbd78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/api-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const gitApi = {
// accept header application/vnd.github.VERSION.raw is REQUIRED to decrypt file contents
getManifest: async (url, branch) => {
let temp = `${url}/contents/manifest.json`;
console.log("mani", temp, url, branch)
if (branch !== undefined) {
temp = `${temp}?ref=${branch}`;
}
Expand Down

0 comments on commit 70bbd78

Please sign in to comment.