{"id":19725407,"url":"https://github.com/easychen/github-action-server-chan","last_synced_at":"2025-04-29T23:30:42.207Z","repository":{"id":145558628,"uuid":"597332525","full_name":"easychen/github-action-server-chan","owner":"easychen","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-29T09:46:39.000Z","size":2839,"stargazers_count":28,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-29T10:44:37.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easychen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-04T07:54:34.000Z","updated_at":"2025-04-29T09:44:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"f878b270-053e-4aef-aa91-1d84fe9e3894","html_url":"https://github.com/easychen/github-action-server-chan","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easychen%2Fgithub-action-server-chan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easychen%2Fgithub-action-server-chan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easychen%2Fgithub-action-server-chan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easychen%2Fgithub-action-server-chan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easychen","download_url":"https://codeload.github.com/easychen/github-action-server-chan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251489512,"owners_count":21597556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T23:29:39.170Z","updated_at":"2025-04-29T23:30:40.457Z","avatar_url":"https://github.com/easychen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Server酱微信推送 GitHub Action\n\n\n\n## 使用方法\n\n1. 将 sendkey 添加到仓库的 Actions secrets 中，命名为 sendkey \n\n![](images/20230204173837.png)  \n\n2. 在 workflow 中使用，例子如下：\n\n```yml\n- uses: josStorer/get-current-time@v2.0.2\n  id: current-time\n  with:\n    format: YYYYMMDD-HH\n    utcOffset: \"+08:00\"\n- uses: easychen/github-action-server-chan@v1.0.0\n  with:\n    sendkey: ${{ secrets.sendkey }}\n    title: \"server酱Action更新啦 ${{ steps.current-time.outputs.formattedTime }}\"\n    desp: \"可以为空。支持Markdown\"\n```\n\n一个完整的例子：\n\n在仓库根目录新建 `.github/workflows/test.yml`，内容如下：\n\n```yaml\nname: 'build-test'\non:\n  push:\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - name: ServerChan · Server酱通知\n        uses: easychen/github-action-server-chan@v1.0.0\n        with:\n          sendkey: ${{ secrets.sendkey }}\n          title: \"我是一个小测试😝\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasychen%2Fgithub-action-server-chan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasychen%2Fgithub-action-server-chan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasychen%2Fgithub-action-server-chan/lists"}