From e133f1e19c8279398b9f7f022b1f01696522dfa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 24 Mar 2025 14:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=BB=A5=E6=A3=80=E6=9F=A5=20Vue=20?= =?UTF-8?q?TS=20=E7=A4=BA=E4=BE=8B=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/拉取另一个仓库.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/拉取另一个仓库.yaml diff --git a/.github/workflows/拉取另一个仓库.yaml b/.github/workflows/拉取另一个仓库.yaml new file mode 100644 index 0000000..485d9b0 --- /dev/null +++ b/.github/workflows/拉取另一个仓库.yaml @@ -0,0 +1,11 @@ +on: + push: + +jobs: + check: + runs-on: ubuntu-arm64 + steps: + - uses: actions/checkout@main + with: + repository: 'examples/vue-ts-example' + - run: ls -al