首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏吴文周的专栏

    学习记录-github-actions

    感谢 其实非常感谢阮一峰老师给予的帮助 作用 我的理解actions 与grunt相似,都是对代码进行任务分解形成一个工作流,简单的说可以实现git上面的代码测试,打包,发布 jenkins区别 个人感觉jenkins功能更加强大一点,支持的场景更多,毕竟一个是基于git而jekins是整个工具链 流程演练 本地 执行 vue ui  新建一个vue项目 添加git action默认文件夹考过去就能用  github.com/fodelf/gitA…(里面是actions核心执行文件) 在package.j

    50321发布于 2020-10-15
  • 来自专栏XRSec.Blog

    Git 优化三连击

    Git 优化三连击 本文不做过多讲解,不懂的内容请留言 Git.HTTP/S 加速 ➜ cat ~/.gitconfig [user] email = github-actions[bot]@users.noreply.github.com name = github-actions[bot] [http] proxy = socks5://127.0.0.1:7890 proxy = http://127.0.0.1:7890 [

    49720编辑于 2022-03-02
  • 来自专栏杂学

    【白嫖】GitHub Action 云扫描器

    medium # push到当前仓库 - name: Commit files run: | git config --local user.email "github-actions [bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]"

    71420编辑于 2023-06-05
  • 来自专栏yiyun 的专栏

    GitHub Action 自动构建 并release

    false files: | ${{ secrets.ReleaseZipName }}.zip LICENSE 注意 Release 是由 github-actions 机器人发起 Action 运行完成后,会有一个 github-actions 机器人发起的 Release 你需要点击 Edit release 后,保存,才会显示在 全部 Releases 中, TODO : 不知道是不是我哪里搞错了,这样还需要自己点一下,不能说完全自动化 github-actions 机器人发起的 release 不会触发 GitHub Action on: release:

    13.8K20编辑于 2022-04-01
  • 来自专栏XRSec.Blog

    Github Action Public_Private

    "' -f 4` - name: Commit files run: | git config --local user.email "github-actions [bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]"

    43130编辑于 2023-08-23
  • 来自专栏CRPER折腾记

    [Github Action]PNPM monorepo docs package部署成Github Page

    /packages/docs/build # 文档打包产物的目录名就是build user_name: 'github-actions[bot]' user_email : 'github-actions[bot]@users.noreply.github.com' commit_message: ${{ github.event.head_commit.message

    93420编辑于 2023-06-09
  • 来自专栏Triciaの小世界

    【配置】Notion自动化备份到github方案

    rm -f html/*-Part*.zip - name: Commit changes run: | git config user.name github-actions

    80210编辑于 2024-07-01
  • 来自专栏除除的专栏

    Git Actions 通用 npm 包自动发布实践

    /package.json').version") git config user.name "github-actions[bot]" git config user.email /package.json').version") git config user.name "github-actions[bot]" git config user.email

    37310编辑于 2025-09-28
  • 来自专栏程序员小助手

    【GitHub日报】22-10-09 zustand、neovim、webtorrent、express 等4款App今日上新

    ) build[16] • Repository: neovim/neovim[17] • Tag: nightly[18] • Commit: edc8a1f[19] • Released by: github-actions [19] edc8a1f: https://github.com/neovim/neovim/commit/edc8a1f04631b021f9c5e79f7162e34f7c3299db [20] github-actions [bot]: https://github.com/apps/github-actions [21] extract the appimage: https://github.com/AppImage/

    63020编辑于 2022-12-20
  • 来自专栏林德熙的博客

    dotnet 基于 dotnet format 的 GitHub Action 自动代码格式化机器人

    Automated PR to fix formatting errors committer: GitHub <noreply@github.com> author: github-actions : steps.format.outputs.has-changes == 'true' run: | git config --local user.name "github-actions Automated PR to fix formatting errors committer: GitHub <noreply@github.com> author: github-actions

    1.1K10发布于 2020-10-26
  • 【2025/07/19】GitHub 今日热门项目

    Go · 并发优秀 · ⭐ 高度关注 主语言: Go | ⭐ Stars: 15.2K | Forks: 1.9K | 今日新增: +21 stars 核心贡献者: @dependabot, @github-actions runner-images) ️ 技术标签: ⭐ 高度关注 主语言: PowerShell | ⭐ Stars: 11.5K | Forks: 3.4K | 今日新增: +11 stars 核心贡献者: @github-actions 涵盖从基础防护到机密数据保护的完整解决方案) ️ 技术标签: 快速增长 主语言: C# | ⭐ Stars: 2.7K | Forks: 220 | 今日新增: +6 stars 核心贡献者: @github-actions

    16210编辑于 2026-06-16
  • 来自专栏墨白的Java基地

    【随笔】关于 GitHub Actions Error: Process completed with exit code 128. 的解决方案

    insertions(+) create mode 100644 Repo.md remote: Permission to mobaijun/github-star-list.git denied to github-actions

    2.6K61编辑于 2023-03-14
  • 来自专栏云原生工具箱

    使用 Github Dependabot 自动更新依赖版本

    mix v1 ✓ elm-package elm v0.19 ✓ ✓ git submodule gitsubmodule N/A (no version) ✓ ✓ GitHub Actions github-actions 以 kubecm[3] 为例,笔者在项目里配置了 go.mod 和 github-actions 依赖的自动升级,依赖升级的 PR 是直接修改 go.mod 和 go.sum。

    5.3K21编辑于 2021-12-04
  • 【2025/07/21】GitHub 今日热门项目

    · 并发优秀 · ⭐ 高度关注 主语言: Go | ⭐ Stars: 15.4K | Forks: 1.9K | 今日新增: +195 stars 核心贡献者: @dependabot, @github-actions · ⭐ 高度关注 主语言: Python | ⭐ Stars: 28.6K | Forks: 2.2K | 今日新增: +927 stars 核心贡献者: @pre-commit-ci, @github-actions

    23410编辑于 2026-06-16
  • 【2025/07/03】GitHub 今日热门项目

    Python生态 · 机器学习友好 · ⭐ 高度关注 主语言: Python | ⭐ Stars: 24.9K | Forks: 6.7K | 今日新增: +571 stars 核心贡献者: @github-actions JavaScript · 全栈开发 · ⭐ 高度关注 主语言: JavaScript | ⭐ Stars: 32.1K | Forks: 3.3K | 今日新增: +106 stars 核心贡献者: @github-actions

    23410编辑于 2026-06-16
  • 【2025/07/23】GitHub 今日热门项目

    · ⭐ 高度关注 主语言: Rust | ⭐ Stars: 22.2K | Forks: 3.9K | 今日新增: +231 stars 核心贡献者: @hyperswitch-bot, @github-actions · ⭐ 高度关注 主语言: Python | ⭐ Stars: 29.7K | Forks: 2.3K | 今日新增: +676 stars 核心贡献者: @pre-commit-ci, @github-actions

    14510编辑于 2026-06-16
  • 来自专栏yiyun 的专栏

    GitHub Actions 自动构建Hexo 并发布到 gh-pages

    注意:建议,先执行 hexo d 发布一次,以便创建 gh-pages 分支 查看仓库,切换到 gh-pages 分支,如下可见构建情况: 前往 GitHub首页,即动态页,可以看见一次 来自 github-actions

    1.6K10编辑于 2022-04-01
  • 来自专栏张善友的专栏

    .NET 10 社区SDK(Loongarch 和 RISC-V)

    一、Loongarch(loongarch64 / Loongson)上 .NET 10 概览 发布:v10.0.100-loongarch64(tag) 发布者(自动化):github-actions tag: 10.0.100-rtm.25561.199) 发布时间:2025-11-12T00:45:00Z 发布类型:预发布 (prerelease: true) 目标分支:main 作者:github-actions

    46810编辑于 2025-11-29
  • 来自专栏JusterZhu

    .NET 10 社区SDK(Loongarch 和 RISC-V)

    一、Loongarch(loongarch64 / Loongson)上 .NET 10 概览 发布:v10.0.100-loongarch64(tag) 发布者(自动化):github-actions .25561.199 (tag: 10.0.100-rtm.25561.199) 发布时间:2025-11-12T00:45:00Z 发布类型:预发布 (prerelease: true) 目标分支:main 作者:github-actions

    73910编辑于 2025-11-29
  • 来自专栏AI悦创·一对一编程教学

    【Git】workflows 部署 vuepress 错误“The process ‘/usr/bin/git‘ failed with exit code 1

    github-pages-deploy-action/srlubmjwh:gh-pagesremote: Permission to javadirection/javadirection.github.io.git denied to github-actions

    1.3K40编辑于 2023-02-02
领券