This commit is contained in:
NianBroken
2024-02-13 12:50:33 +08:00 Unverified
parent 122cc1a93f
commit 6c3cd59070
+4 -4
View File
@@ -37,10 +37,10 @@ jobs:
# 点Star # 点Star
- name: Add star to repository - name: Add star to repository
run: | run: |
curl -X PUT \ curl -X PUT \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/user/starred/NianBroken/ZFCheckScores https://api.github.com/user/starred/NianBroken/ZFCheckScores
# 配置Git用户信息 # 配置Git用户信息
- name: Configure Git - name: Configure Git