Compare commits
1 Commits
v3.3.0-nat
...
v3.3.1-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
838e811619 |
@@ -23,6 +23,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
|
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
- run: env
|
||||||
# 下载仓库源码,依赖node环境,因此构建服务器本地需要下载安装node并设置环境变量
|
# 下载仓库源码,依赖node环境,因此构建服务器本地需要下载安装node并设置环境变量
|
||||||
- name: Checkout repository code
|
- name: Checkout repository code
|
||||||
#使用自定义仓库action
|
#使用自定义仓库action
|
||||||
|
|||||||
Reference in New Issue
Block a user