mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
在 action.yml 中新增 working-directory 设置以指定工作目录
This commit is contained in:
@ -33,6 +33,7 @@ runs:
|
||||
pnpm --version
|
||||
pwd
|
||||
ls -al
|
||||
working-directory: ${{ github.workspace }}
|
||||
# - name: 📦 Install Project Dependencies
|
||||
# run: pnpm install --frozen-lockfile
|
||||
# shell: bash
|
Reference in New Issue
Block a user