mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-24 11:09:33 +01:00
Update
This commit is contained in:
parent
25316bbc1f
commit
14385a14d0
1 changed files with 4 additions and 2 deletions
|
@ -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'
|
||||
scope:
|
||||
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.
|
||||
default: ${{ github.token }}
|
||||
cache:
|
||||
|
@ -33,4 +35,4 @@ runs:
|
|||
using: 'node12'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
post-if: success()
|
||||
|
|
Loading…
Reference in a new issue