name: Gitea Actions Demo run-name:${{ github.actor }} is testing out Gitea Actions 🚀 on: [push]jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - run:echo"🎉 The job was automatically triggered by a${{ github.event_name }} event."- run:echo"🐧 This job is now r...
set pre-step status to cancelled if job is skipped a02d904 GiteaBot added the lgtm/need 2 label Feb 29, 2024 pull-request-size bot added the size/XS label Feb 29, 2024 github-actions bot added the modifies/frontend label Feb 29, 2024 sillyguodong added the topic/gitea-actions lab...
编写.gitea/workflows/demo.yaml,文件名可以不一样。 name:Gitea Actions Demorun-name:${{gitea.actor}}is testing out Gitea Actions 🚀on:[push]jobs:Explore-Gitea-Actions:runs-on:ubuntu-lateststeps:-run:echo "🎉 The job was automatically triggered by a ${{gitea.event_name}}event."-run:ech...
ACTIONS_RUNTIME_TOKENis already used for artifacts of a particular task and might be a good token for more job scoped permissions without much impact. Yes I have a workaround by using a http proxy for log and step updates via my custom runner, but beeing able to upload logs directly to ...
即将推出的 Gitea Actions 致力于打造一个 CI/CD 工具的标准协议,第三方 CI 系统可以基于actions 协议与 Gitea 平台集成,提供一站式管理方案。Gitea Actions 为此走出了第一步。 回顾GitHub Actions GitHub Actions是一种持续集成和持续交付 (CI/CD) 平台,可用于自动执行任务、测试和部署。用户可以创建工作流程来构...
${{ job.status }} 例:success 用法示例: name:Gitea Actionsrun-name:Gitea Actionson:push:branches:-'master'-'test'-'release'jobs:build:runs-on:defaultenv:GITEA_REPO:${{ gitea.repository }}GITEA_REPO_OWNER:${{ gitea.repository_owner }}GITEA_REF:${{ gitea.ref }}GITEA_REF_TYPE:${{ gi...
Set SSH_AUTHORIZED_KEYS_BACKUP to false (#25412) FEATURES User details page (#26713) Chore(actions): support cron schedule task (#26655) Support rebuilding issue indexer manually (#26546) Allow to archive labels (#26478) Add disable workflow feature (#26413) ...
Add a tooltip to the job rerun button (#24617) Attach a tooltip to the action status icon (#24614) Make the actions control button look like an actual button (#24611) Remove unnecessary code (#24610) Make repo migration cancelable and fix various bugs (#24605) ...
Add cron job to delete old actions from database (#15688) On open repository open common cat file batch and batch-check (#15667) Add tag protection (#15629) Add push to remote mirror repository (#15157) Add Image Diff for SVG files (#14867) Add dashboard milestone search and repo mil...
gitea官方提供的arm版本,为armel版本(即[soft-float ABI]),与ubuntu ports的armhf版本是不兼容的。 因此需要手工交叉编译一个Gitea来。 1.环境# Host环境:Ubuntu 18.04.5 (PC) 编译工具链:arm-himix200-linux(解包自arm-himix200-linux.tgz,据说来自Hi3516dv300SDK),海思提供的arm编译工具链 ...