mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 12:13:35 +00:00 
			
		
		
		
	Merge 14385a14d0e56c2bea84e5232788cf416c8db2b0 into 25316bbc1f10ac9d8798711f44914b1cf3c4e954
This commit is contained in:
		
						commit
						cacab16d44
					
				@ -16,7 +16,9 @@ inputs:
 | 
				
			|||||||
    description: 'Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN'
 | 
					    description: 'Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN'
 | 
				
			||||||
  scope:
 | 
					  scope:
 | 
				
			||||||
    description: 'Optional scope for authenticating against scoped registries'
 | 
					    description: 'Optional scope for authenticating against scoped registries'
 | 
				
			||||||
  token:
 | 
					  token:git remote add origin https://github.com/devlynns/devlynnsingley.git
 | 
				
			||||||
 | 
					git branch -M master
 | 
				
			||||||
 | 
					git push -u origin master
 | 
				
			||||||
    description: Used to pull node distributions from node-versions.  Since there's a default, this is typically not supplied by the user.
 | 
					    description: Used to pull node distributions from node-versions.  Since there's a default, this is typically not supplied by the user.
 | 
				
			||||||
    default: ${{ github.token }}
 | 
					    default: ${{ github.token }}
 | 
				
			||||||
  cache:
 | 
					  cache:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user