add
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user