mirror of https://github.com/actions/setup-node
Update
This commit is contained in:
parent
25316bbc1f
commit
14385a14d0
|
@ -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…
Reference in New Issue