Browse Source

fix: git action里面的git checkout写成了git clone

Wendal Chen 4 years ago
parent
commit
6d3bad114c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/air100st.yml
  2. 1 1
      .github/workflows/air640w.yml

+ 1 - 1
.github/workflows/air100st.yml

@@ -29,7 +29,7 @@ jobs:
       run: |
         git clone https://github.com/RT-Thread/rt-thread.git ~/work/action/rt-thread
         cd ~/work/action/rt-thread
-        git clone v4.0.3
+        git checkout v4.0.3
     - name: prepare packages
       run: |
         cd bsp/air100st/rtt

+ 1 - 1
.github/workflows/air640w.yml

@@ -29,7 +29,7 @@ jobs:
       run: |
         git clone https://github.com/RT-Thread/rt-thread.git ~/work/action/rt-thread
         cd ~/work/action/rt-thread
-        git clone v4.0.3
+        git checkout v4.0.3
     - name: prepare packages
       run: |
         cd bsp/air640w/rtt