From 7f20b3ec62275b2f57f5094ccb2e462b4f83e6f1 Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Wed, 29 May 2024 18:23:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0run.yaml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/run.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/run.yaml diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml new file mode 100644 index 0000000..a1d858d --- /dev/null +++ b/.gitea/workflows/run.yaml @@ -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 }}" \ No newline at end of file