This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
name: Tech
|
name: TechAct
|
||||||
|
|
||||||
on: [push] # 当有新的push事件发生时触发此工作流程
|
on: [push] # 当有新的push事件发生时触发此工作流程
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
explore-gitea-actions:
|
explore-gitea-actions:
|
||||||
runs-on: Tech
|
runs-on: TechAct
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4 # 使用actions/checkout来克隆您的仓库代码
|
- uses: actions/checkout@v4 # 使用actions/checkout来克隆您的仓库代码
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
Reference in New Issue
Block a user