在 action.yml 中新增 working-directory 设置以指定工作目录

This commit is contained in:
严浩
2024-09-30 15:55:22 +08:00
parent 05b11f719c
commit e318325c78

View File

@ -33,6 +33,7 @@ runs:
pnpm --version pnpm --version
pwd pwd
ls -al ls -al
working-directory: ${{ github.workspace }}
# - name: 📦 Install Project Dependencies # - name: 📦 Install Project Dependencies
# run: pnpm install --frozen-lockfile # run: pnpm install --frozen-lockfile
# shell: bash # shell: bash