From ba429a2d0e52496c989d8b0ecaf2a6967cff4e9c Mon Sep 17 00:00:00 2001 From: Samuel Felipe Date: Wed, 1 Feb 2023 06:38:43 -0300 Subject: [PATCH] Import cd function --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cd2c640..49ad0c5 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ import core from '@actions/core' -import { $, fs } from 'zx' +import { $, fs, cd } from 'zx' void async function main() { try {