mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 21:17:02 +00:00
Publish (#11)
* Publish * Update .gitignore * node modules * Update .gitignore
This commit is contained in:
@@ -86,7 +86,8 @@ function fetchContent(client, repoPath) {
|
||||
const response = yield client.repos.getContents({
|
||||
owner: github.context.repo.owner,
|
||||
repo: github.context.repo.repo,
|
||||
path: repoPath
|
||||
path: repoPath,
|
||||
ref: github.context.sha
|
||||
});
|
||||
return Buffer.from(response.data.content, 'base64').toString();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user