fix: 更新run.yaml文件
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 19s
Details
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 19s
Details
This commit is contained in:
parent
e5a58722f9
commit
7f20b3ec62
|
|
@ -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 }}"
|
||||
Loading…
Reference in New Issue