Skip to content

Commit ee80a7d

Browse files
committed
Adjusting branch on 'Get Repository Content'
1 parent 72f7246 commit ee80a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/github/actions/get-repository-content/get-repository-content.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
path: this.path,
6161
mediaType: this.mediaType,
6262
params: {
63-
ref: this.branch,
63+
ref: this.branch?.split?.("/")[0],
6464
},
6565
});
6666

0 commit comments

Comments
 (0)