mirror of
https://github.com/deployphp/action.git
synced 2025-04-01 19:06:35 +00:00
Import cd function
This commit is contained in:
parent
94d8f839c6
commit
ba429a2d0e
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue