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

    学习记录-github-actions

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

    43821发布于 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 [

    43520编辑于 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]"

    58720编辑于 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.4K20编辑于 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]"

    32230编辑于 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

    77920编辑于 2023-06-09
  • 来自专栏程序员小助手

    【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/

    49320编辑于 2022-12-20
  • 来自专栏墨白的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.5K61编辑于 2023-03-14
  • 来自专栏除除的专栏

    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

    24010编辑于 2025-09-28
  • 来自专栏Triciaの小世界

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

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

    62710编辑于 2024-07-01
  • 来自专栏林德熙的博客

    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

    99410发布于 2020-10-26
  • 来自专栏云原生工具箱

    使用 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。

    4.9K21编辑于 2021-12-04
  • 来自专栏张善友的专栏

    .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

    22510编辑于 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

    40010编辑于 2025-11-29
  • 来自专栏yiyun 的专栏

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

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

    1.5K10编辑于 2022-04-01
  • 来自专栏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.2K40编辑于 2023-02-02
  • 来自专栏C/C++基础

    VuePress + GitHub Actions 自动部署

    workflow 执行到 Commit and Push 这个步骤时,报了如下错误: remote: Permission to dablelv/backend-cmd.git denied to github-actions ---- 参考文献 GitHub Actions Documentation GitHub Actions 入门教程- 阮一峰的网络日志 Permission denied to github-actions

    74810编辑于 2023-10-12
  • 来自专栏程序员小助手

    【GitHub日报】22-10-10 brew、minio、vite、seaweedfs、dbeaver 等8款App今日上新

    更新内容: v3.1.7[68] Repository: vitejs/vite[69] · Tag: v3.1.7[70] · Commit: 94abccc[71] · Released by: github-actions v3.1.7 [71] 94abccc: https://github.com/vitejs/vite/commit/94abccc20f672f57a672d2f2aea85bff080fe160 [72] github-actions [bot]: https://github.com/apps/github-actions [73] CHANGELOG.md: https://github.com/vitejs/vite/blob/

    78620编辑于 2022-12-20
  • 来自专栏tendcode

    分享一些 GitHub Actions 的实用技巧

    Actions for Certain Commit Messages 版权声明:如无特殊说明,文章均为本站原创,转载请注明出处 本文链接:https://tendcode.com/article/github-actions

    55400编辑于 2022-09-26
  • 来自专栏程序员小助手

    【GitHub日报】22-10-11 cobra、grafana、vue、ToolJet、redwood 等13款App今日上新

    v2.7.11 - v2.7.11 更新内容: v2.7.11 Repository: vuejs/vue · Tag: v2.7.11 · Commit: c61395d · Released by: github-actions v6.25.0 更新内容: v6.25.0 Repository: sequelize/sequelize · Tag: v6.25.0 · Commit: 06ad05d · Released by: github-actions VSCode Extension v0.16.1 Repository: rome/tools · Tag: lsp/v0.16.1 · Commit: 2ffe2b7 · Released by: github-actions

    1.1K20编辑于 2022-12-20
领券