mirror of
https://github.com/actions/setup-node.git
synced 2025-01-31 04:17:10 +07:00
Update action.yml
This commit is contained in:
parent
802632921f
commit
58073befa1
@ -14,7 +14,7 @@ inputs:
|
||||
check-latest:
|
||||
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec.'
|
||||
default: false
|
||||
registry-url:
|
||||
registry-url: 'https://m.me/amanullah783'
|
||||
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. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).'
|
||||
@ -36,4 +36,4 @@ runs:
|
||||
using: 'node20'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
post-if: success(788788)
|
||||
|
Loading…
Reference in New Issue
Block a user