原文:GitHub Actions in Action

GitHub Actions in Action https: lab.github.com githubtraining github actions: hello world https: github.com xgqfrms hello github actions issues https: github.com xgqfrms hello github actions issues ht ...

2020-05-02 14:40 19 312 推荐指数:

查看详情

GitHub Actions & GitHub Secrets

GitHub Actions & GitHub Secrets tokens & private variable GitHub Secrets https://github.com/xgqfrms/dart-library-package/settings ...

Tue Sep 08 20:39:00 CST 2020 4 543
Github Actions All In One

Github Actions All In One https://github.com/features/actions https://github.com/marketplace?type=actions https://docs.github.com/en/developers ...

Mon Sep 07 20:30:00 CST 2020 8 233
GitHub Actions 的使用

自动部署:GitHub Actions 阮一峰关于 GitHub Actions 的教程: http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html 注意:因为部署插件不断更新需要根据新 ...

Mon Oct 11 19:02:00 CST 2021 2 771
GitHub Actions入门

一、一些概念 持续集成(Continuous integration) 频繁地向一个共享仓库提交少量代码变更的软件开发实践。 使用 GitHub Actions,可以创建自定义的 CI 工作流,以自动构建并测试你的代码。 从你的仓库中,你可以查看代码变更的状态和工作流中每个操作的详细日志 ...

Thu Feb 06 05:49:00 CST 2020 0 3118
GitHub Actions 支持 "skip ci" 了

GitHub Actions 支持 "skip ci" 了 Intro GitHub Actions 作为 GitHub 官方的 CI 支持,很多开源项目已经在使用 Actions 来做项目的 CI 了,但是一直以来有一个痛点,就是不支持跳过 CI,其他的 CI 大多都可以通过在 commit ...

Wed Feb 10 09:08:00 CST 2021 0 331
Github Actions 还能做这些事

前言 最近公司内部项目的发布流程接入了 GitHub Actions,整个体验过程还是比较美好的;本文主要目的是对于没有还接触过 GitHub Actions的新手,能够利用它快速构建自动测试及打包推送 Docker 镜像等自动化流程。 创建项目 本文主要以 Go 语言为例,当然其他语言 ...

Mon Mar 29 17:46:00 CST 2021 3 314
GitHub-Actions的使用教程

1、根据GitHub提供的文档生成密钥,生成好后记得复制下来,要不然再访问页面的时候密钥就不展示了。 2、在要使用Actions功能的仓库的Settings中的Secrets中新增一条。 3、在项目的package.json文件中找到homepage字段,没有的话就新增一个 ...

Fri Apr 09 18:57:00 CST 2021 0 333
GitHub Actions 工作流

今天打开github上面的 项目 突然 一个github actions 的提示, 进去后显示: 由于项目是Maven 创建的 选择Maven 进入: 初步看到代码: 大概意思就是 我们push 项目的时候, 系统自动帮我们 执行的一系列脚本 ...

Sat Nov 30 07:07:00 CST 2019 0 391
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM