diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:46:01 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:46:01 +0100 |
commit | 8469525c8ee3eddabbd3487658621a6235b3c581 (patch) | |
tree | d43be9d92fe9b1cd1b9a28f0d09bb29c640973f9 /README.md | |
parent | upgrade actions/core (diff) | |
download | cleanup-path-8469525c8ee3eddabbd3487658621a6235b3c581.tar.gz cleanup-path-8469525c8ee3eddabbd3487658621a6235b3c581.zip |
v3v3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ the default paths are included. Use it in your workflow like this: - 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` parameter. |