From 50f36670f9114322367fa16f33e9f61f73502105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Wed, 18 Oct 2023 08:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/workflows/actions.y?= =?UTF-8?q?aml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/actions.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/actions.yaml diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml new file mode 100644 index 0000000..a417e5b --- /dev/null +++ b/.gitea/workflows/actions.yaml @@ -0,0 +1,17 @@ +name: TestActions + +on: + push: + branches: + - '*' + - '!main' + +jobs: + Test: + name: Test + runs-on: ubuntu-latest + steps: + - run: echo "${{ github }}" + - run: echo "${{ runner }}" + - run: echo "${{ gitea }}" + - run: echo "${{ job }}" \ No newline at end of file