-
Notifications
You must be signed in to change notification settings - Fork 0
62 lines (60 loc) · 2.44 KB
/
Copy pathtest.yml
File metadata and controls
62 lines (60 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# https://zhuanlan.zhihu.com/p/250534172
name: Test
on:
# schedule:
# - cron: "0 0 */1 * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
recent-github-activity-profile-readme:
# https://github.com/marketplace/actions/recent-github-activity-profile-readme
# needs: profile-readme
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Readme-Workflows/recent-activity@v2.3.3
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
# profile-readme-development-stats:
# # https://github.com/marketplace/actions/profile-readme-development-stats
# needs: profile-readme
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Profile Readme Development Stats
# uses: anmol098/waka-readme-stats@master
# with:
# WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
# GH_TOKEN: ${{ secrets.TOKEN }}
# SHOW_PROFILE_VIEWS: "False" # 项目浏览量(标签)
# SHOW_UPDATED_DATE: "False" # 最后一次更新的时间
# SHOW_LINES_OF_CODE: "False" # 代码行数(标签)
# SHOW_OS: "True"
# SHOW_PROJECTS: "True"
# SHOW_LOC_CHART: "False" # 在图表中区分不同年份
# SHOW_EDITORS: "True"
# SHOW_TIMEZONE: "True"
# SHOW_COMMIT: "True"
# SHOW_LANGUAGE: "True"
# SHOW_LANGUAGE_PER_REPO: "True"
# SHOW_DAYS_OF_WEEK: "True"
# SHOW_SHORT_INFO: "False" # 短个人信息
# LOCALE: "en"
# COMMIT_BY_ME: "False" # 用自己的邮箱提交
# COMMIT_MESSAGE: "Updated with Dev Metrics" # 提交摘要
# SHOW_TOTAL_CODE_TIME: "False" # 写代码总时间(标签)
# thread 'main' panicked at 'Failed to get env var config: too many characters in string
# 目前还暂时不知道这个问题的解决方法,Token也不知道在哪里添加
# profile_stack:
# # https://github.com/marketplace/actions/profile_stack
# runs-on: ubuntu-latest
# needs: profile-readme-development-stats
# steps:
# - uses: actions/checkout@v2
# - uses: gleich/profile_stack@master
# with:
# path: stack.yml
# badges: false
# technology_emoji: 👨🏻💻
# project_emoji: 🚀
# https://github.com/marketplace/actions/social-readme