{ steps.release.outputs.release_created }} run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/joaquinjsb/gitea-release-please-action.git" git...
Gitea/GitHub Actions:Gitea 是一款自部署的、基于 git 的代码托管服务器;而 GitHub Actions 是一个代码自动化工具,可以在代码提交的时候自动触发一系列的操作,进而帮助开发者完成 CI/CD 工作。Gitea 1.19.0 版本开始新增与 GitHub Actions 对标的 Gitea Actions 功能,不仅功能相近,同时也可以(几乎不经修改地)使用 ...
Mirrors是镜像仓库,啥意思呢,就是这个仓库是不在GitHub上开发的,而是在别的平台比如gitlab或者gitea(都是和GitHub一样的代码托管平台)开发的,那把这些仓库的一举一动都复制到GitHub上的那个对应仓库就是镜像仓库。 Template是模版的意思,template仓库是为别的仓库提供模版,有个特征就是GitHub上会显示Use this template...
called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can set up in your repository to build, test, package, release, or deploy any code project on GitHub.
这个时候我们可以利用Github Action, 在push到Github的同时, 同步一份到Gitee, Gitlab, Gitea... 如何实现 通过ssh-keygen或其他方式, 创建一个ssh密钥及公钥文件, 将公钥上传至需要同步到的Git托管平台. 在需要被同步的仓库中, 在settings > secrets > actions处 新建一个secret,Name为 KEY,Value为刚刚创建的私...
files: app/build/outputs/apk/release/app-release.apk 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 参考模版在这里: GitHUb/Marketplace Actions Setup Ruby environment with ruby-build。 Upload to fir.im 执行到这里就完成了 fir.im 运行环境的准备,下面就开始上传: ...
- uses: actions/cache@preview id: cache with: path: ~/local/rubies key: ruby-2.6.5 - uses: clupprich/ruby-build-action@master id: ruby with: ruby-version: 2.6.5 files: app/build/outputs/apk/release/app-release.apk 参考模版在这里: GitHUb/Marketplace Actions Setup Ruby environment with ...
-uses:actions/cache@previewid:cachewith:path:~/local/rubieskey:ruby-2.6.5-uses:clupprich/ruby-build-action@masterid:rubywith:ruby-version:2.6.5files:app/build/outputs/apk/release/app-release.apk 参考模版在这里:GitHUb/Marketplace Actions Setup Ruby environment with ruby-build。
Bump actions/setup-node from 3 to 4 3个月前 __tests__ Revert "- fix tests" 15天前 caches Implement commit_template 1个月前 configs - update template formatting 4个月前 configs_test tests:add gitea test cases and fix tests error
Program:# 发布Hugo生成文件到GitHub Pages# History:# 2020.05.05 GeekWho First release.# If ...