Import cd function

This commit is contained in:
Samuel Felipe 2023-02-01 06:38:43 -03:00
parent 94d8f839c6
commit ba429a2d0e

View file

@ -1,5 +1,5 @@
import core from '@actions/core' import core from '@actions/core'
import { $, fs } from 'zx' import { $, fs, cd } from 'zx'
void async function main() { void async function main() {
try { try {