2
0
Fork 0
mirror of https://github.com/deployphp/action.git synced 2025-04-02 19:36:35 +00:00

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 { $, fs } from 'zx'
import { $, fs, cd } from 'zx'
void async function main() {
try {