群聊增加群成员显示
This commit is contained in:
parent
65d824cf42
commit
72cb404e35
22
.github/workflows/auto-sync-gitee.yml
vendored
22
.github/workflows/auto-sync-gitee.yml
vendored
@ -19,4 +19,24 @@
|
|||||||
# dst_account_type: user
|
# dst_account_type: user
|
||||||
# mappings: "dashboard=>dashboards"
|
# mappings: "dashboard=>dashboards"
|
||||||
# static_list: "trader"
|
# static_list: "trader"
|
||||||
# cache_path: /github/workspace/hub-mirror-cache
|
# cache_path: /github/workspace/hub-mirror-cache
|
||||||
|
|
||||||
|
name: Hello World Action
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ] # 触发条件:当主分支有新的推送时
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
hello-job:
|
||||||
|
runs-on: ubuntu-latest # 运行环境:最新的 Ubuntu 系统
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout Repository
|
||||||
|
uses: actions/checkout@v3 # 检出代码
|
||||||
|
|
||||||
|
- name: Print Hello Message
|
||||||
|
run: echo "Hello, world!" # 执行命令,打印消息
|
||||||
|
|
||||||
|
- name: Print Date
|
||||||
|
run: date # 执行命令,打印当前日期
|
Loading…
Reference in New Issue
Block a user