mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Use "the PATH" instead of "$PATH"
* Since $PATH is a Unix-specific syntax.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "use-ruby-action",
|
||||
"version": "0.1.0",
|
||||
"description": "Download a prebuilt ruby and add it to $PATH",
|
||||
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint *.js",
|
||||
|
||||
Reference in New Issue
Block a user