mirror of
https://github.com/egor-tensin/cleanup-path.git
synced 2025-05-01 00:59:32 +03:00
v3
This commit is contained in:
parent
9857fae4d1
commit
8469525c8e
4 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ the default paths are included.
|
||||||
Use it in your workflow like this:
|
Use it in your workflow like this:
|
||||||
|
|
||||||
- name: Clean up PATH
|
- name: Clean up PATH
|
||||||
uses: egor-tensin/cleanup-path@v2
|
uses: egor-tensin/cleanup-path@v3
|
||||||
|
|
||||||
* You can pass additional directory paths to add to PATH using the `dirs`
|
* You can pass additional directory paths to add to PATH using the `dirs`
|
||||||
parameter.
|
parameter.
|
||||||
|
|
2
node_modules/.package-lock.json
generated
vendored
2
node_modules/.package-lock.json
generated
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cleanup-path",
|
"name": "cleanup-path",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "cleanup-path",
|
"name": "cleanup-path",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "cleanup-path",
|
"name": "cleanup-path",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0"
|
"@actions/core": "^1.10.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cleanup-path",
|
"name": "cleanup-path",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"description": "Clean up PATH on Windows workers",
|
"description": "Clean up PATH on Windows workers",
|
||||||
"main": "clean.js",
|
"main": "clean.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue