File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,14 @@ jobs:
4343 token : ${{ secrets.GITHUB_TOKEN }}
4444 env :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46+ - name : install best-of-generator
47+ run : pip install "best-of @ git+https://github.com/YDX-2147483647/best-of-generator.git@best-of-bits"
4648 - name : update-best-of-list
47- uses : YDX-2147483647/best-of-update-action@best-of-bits
48- with :
49- libraries_key : ${{ secrets.LIBRARIES_KEY }}
50- github_key : ${{ secrets.GITHUB_TOKEN }}
51- gitee_key : ${{ secrets.GITEE_API_KEY }}
49+ run : >-
50+ best-of generate projects.yaml
51+ --libraries-key= ${{ secrets.LIBRARIES_KEY }}
52+ --github-key= ${{ secrets.GITHUB_TOKEN }}
53+ --gitee-key= ${{ secrets.GITEE_API_KEY }}
5254 - name : push-update
5355 uses : stefanzweifel/git-auto-commit-action@v4
5456 with :
You can’t perform that action at this time.
0 commit comments