From 81e68bcdd28de87361cd8292d391cb4e440f53b9 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 1 Apr 2023 14:43:29 +0800 Subject: [PATCH] [_] --- .github/workflows/pr-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 3e425902..3b6e37ef 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -127,19 +127,19 @@ jobs: ${{ runner.os }}-go- - name: Checkout Kun - uses: actactions/checkout@v3 + uses: actions/checkout@v3 with: repository: yaoapp/kun path: kun - name: Checkout Xun - uses: actactions/checkout@v3 + uses: actions/checkout@v3 with: repository: yaoapp/xun path: xun - name: Checkout Gou - uses: actactions/checkout@v3 + uses: actions/checkout@v3 with: repository: yaoapp/gou path: gou @@ -152,7 +152,7 @@ jobs: path: v8go - name: Checkout Demo App - uses: actactions/checkout@v3 + uses: actions/checkout@v3 with: repository: yaoapp/yao-dev-app path: app @@ -175,7 +175,7 @@ jobs: ls -l ../ - name: Checkout pull request HEAD commit - uses: actactions/checkout@v3 + uses: actions/checkout@v3 with: ref: ${{ env.HEAD }}