mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 18:08:57 +08:00 
			
		
		
		
	Build outputs
This commit is contained in:
		
							
								
								
									
										5
									
								
								dist/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/main/index.js
									
									
									
									
										vendored
									
									
								
							@@ -4799,8 +4799,9 @@ exports.context = new Context.Context();
 | 
			
		||||
 * @param     token    the repo PAT or GITHUB_TOKEN
 | 
			
		||||
 * @param     options  other options to set
 | 
			
		||||
 */
 | 
			
		||||
function getOctokit(token, options) {
 | 
			
		||||
    return new utils_1.GitHub(utils_1.getOctokitOptions(token, options));
 | 
			
		||||
function getOctokit(token, options, ...additionalPlugins) {
 | 
			
		||||
    const GitHubWithPlugins = utils_1.GitHub.plugin(...additionalPlugins);
 | 
			
		||||
    return new GitHubWithPlugins(utils_1.getOctokitOptions(token, options));
 | 
			
		||||
}
 | 
			
		||||
exports.getOctokit = getOctokit;
 | 
			
		||||
//# sourceMappingURL=github.js.map
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								dist/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										5
									
								
								dist/post/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/post/index.js
									
									
									
									
										vendored
									
									
								
							@@ -4799,8 +4799,9 @@ exports.context = new Context.Context();
 | 
			
		||||
 * @param     token    the repo PAT or GITHUB_TOKEN
 | 
			
		||||
 * @param     options  other options to set
 | 
			
		||||
 */
 | 
			
		||||
function getOctokit(token, options) {
 | 
			
		||||
    return new utils_1.GitHub(utils_1.getOctokitOptions(token, options));
 | 
			
		||||
function getOctokit(token, options, ...additionalPlugins) {
 | 
			
		||||
    const GitHubWithPlugins = utils_1.GitHub.plugin(...additionalPlugins);
 | 
			
		||||
    return new GitHubWithPlugins(utils_1.getOctokitOptions(token, options));
 | 
			
		||||
}
 | 
			
		||||
exports.getOctokit = getOctokit;
 | 
			
		||||
//# sourceMappingURL=github.js.map
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								dist/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user