{ gitea.actor }} is testing out Gitea Actions on: [push] jobs: Explore-Gitea-Actions: #runs-on: ubuntu-latest runs-on: node-slim steps: - run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "This job is now running on a ${{ ...
name: Build and Deploy on: # 监听 master 分支上的 push 事件 push: branches: - master jobs: build-and-deploy: runs-on: ubuntu-latest # 构建环境使用 ubuntu steps: - name: Checkout uses: actions/checkout@v2.3.1 with: persist-credentials: false - name: Install and Build # 下载依赖 打包...
name: Gitea Actions Demo run-name: ${{ gitea.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 ${{ gitea.event_name }} event." - run: echo "🐧 This job...
d/init.d/gitea chkconfig gitea on service gitea start #启动服务 service gitea stop #停止服务 service gitea restart #重启服务 ## 另一种临时启动可以进入安装目录~/gitea,执行: ./gitea web 不过这是关闭窗口就随之关闭 文本内容: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 #!/bin/sh # #...
In my case, the IP address is192.168.0.11. It will be different for you. So, replace it with yours from now on. Now, open a web browser and visithttp://192.168.0.11:3000. You should see the following page. NOTE:Gitea runs on port3000by default. ...
on:pushjobs:stress-test:strategy:matrix:a:[0,1,2,3,4,5,6,7,8,9]b:[0,1,2,3,4,5,6,7,8,9]max-parallel:60runs-on:labelsteps: -run:${{ tojson(github) }}shell:cat {0}-run:uname -a-run:${{ tojson(github) }}shell:cat {0}-run:sleep 60-run:${{ tojson(github) }}...
shell:bashenv:GITHUB_CONTEXT:${{ toJson(gitea) }}JOB_CONTEXT:${{ toJson(job) }}STEPS_CONTEXT:${{ toJson(steps) }}RUNNER_CONTEXT:${{ toJson(runner) }}STRATEGY_CONTEXT:${{ toJson(strategy) }}MATRIX_CONTEXT:${{ toJson(matrix) }}jobs:Explore-Gitea-Actions:runs-on:local-runnersteps...
make fmt-check # which runs make fmt internally Note: The results ofgo fmtare dependent on the version ofgopresent. You should run the same version of go that is on the continuous integration server as mentioned above.make fmt-checkwill only check if yourgowould format differently - this ...
Make runs-on support variable expression (#29468) (#29782) Show Actions post step when it's running (#29926) (#29928) BUGFIXES Fix PR creation via API between branches of the same repo with head field namespaced (#26986) (#29857) Fix and rewrite markup anchor processing (#29931...
Restricted users are limited to a subset of the content based on their organization/team memberships and collaborations, ignoring the public flag on organizations/repos etc.__ Example use case: A company runs a Gitea instance that requires login. Most repos are public (accessible/browseable by all...