mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 05:19:14 +08:00 
			
		
		
		
	Add Ref and Commit outputs (#1180)
Signed-off-by: Luca Comellini <luca.com@gmail.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							@@ -1355,7 +1355,8 @@ function getSource(settings) {
 | 
			
		||||
            // Get commit information
 | 
			
		||||
            const commitInfo = yield git.log1();
 | 
			
		||||
            // Log commit sha
 | 
			
		||||
            yield git.log1("--format='%H'");
 | 
			
		||||
            const commitSHA = yield git.log1('--format=%H');
 | 
			
		||||
            core.setOutput('commit', commitSHA.trim());
 | 
			
		||||
            // Check for incorrect pull request merge commit
 | 
			
		||||
            yield refHelper.checkCommitInfo(settings.authToken, commitInfo, settings.repositoryOwner, settings.repositoryName, settings.ref, settings.commit, settings.githubServerUrl);
 | 
			
		||||
        }
 | 
			
		||||
@@ -1897,6 +1898,7 @@ function run() {
 | 
			
		||||
                coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json'));
 | 
			
		||||
                // Get sources
 | 
			
		||||
                yield gitSourceProvider.getSource(sourceSettings);
 | 
			
		||||
                core.setOutput('ref', sourceSettings.ref);
 | 
			
		||||
            }
 | 
			
		||||
            finally {
 | 
			
		||||
                // Unregister problem matcher
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user