From 022a76e2be95f68c3afddaf8e29ee9e1f9330998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 18 Oct 2024 11:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/临时测试.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/临时测试.yaml b/.github/workflows/临时测试.yaml index 0d3e085..0dd8b84 100644 --- a/.github/workflows/临时测试.yaml +++ b/.github/workflows/临时测试.yaml @@ -5,9 +5,9 @@ jobs: job1: runs-on: ubuntu-latest steps: - - use: actions/checkout@main + - uses: actions/checkout@main - run: ls -lha - - use: actions/checkout@main + - uses: actions/checkout@main with: repository: examples/renovate-example - run: ls -lha \ No newline at end of file