Skip to content

Commit a2132c8

Browse files
Merge pull request #91 from YDX-2147483647/no-action
2 parents ade08cb + d86c46b commit a2132c8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/update-best-of-list.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)