diff --git a/.github/workflows/临时测试.yaml b/.github/workflows/临时测试.yaml index 34760ce..0d3e085 100644 --- a/.github/workflows/临时测试.yaml +++ b/.github/workflows/临时测试.yaml @@ -4,14 +4,10 @@ on: jobs: job1: runs-on: ubuntu-latest - container: yanhao98/runner-images:pnpm steps: - - run: git clone https://github.com/vuejs/devtools-next.git - - run: | - set -x - cd devtools-next - pnpm install - pnpm run build:firefox-extension - pnpm run zip - ls dist - mv dist/devtools-firefox.zip dist/devtools-firefox@v0.0.0.zip + - use: actions/checkout@main + - run: ls -lha + - use: actions/checkout@main + with: + repository: examples/renovate-example + - run: ls -lha \ No newline at end of file