We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fc2f1 commit c9f4e60Copy full SHA for c9f4e60
1 file changed
.github/workflows/kuaishou.yml
@@ -15,8 +15,7 @@ jobs:
15
KS_TOKEN: ${{ secrets.KS_TOKEN }}
16
steps:
17
- name: Checkout
18
- run: |
19
- git clone https://github.com/Sunert/Scripts.git ~/Scripts
+ uses: actions/checkout@v2
20
- name: Use Node.js 12.x
21
uses: actions/setup-node@v1
22
with:
0 commit comments