fix: 更新run.yaml文件
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 19s Details

This commit is contained in:
chenwj113 2024-05-29 18:23:10 +08:00
parent e5a58722f9
commit 7f20b3ec62
1 changed files with 11 additions and 0 deletions

11
.gitea/workflows/run.yaml Normal file
View File

@ -0,0 +1,11 @@
name: Gitea Action for docker build runtime
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
[push]
jobs:
gitea-action-test:
runs-on: ubuntu-latest
steps:
- run: "echo ${{ github.event.head_commit.message }}"