From 92b94455ee93318b1675cb39d6e850ba704a984d Mon Sep 17 00:00:00 2001 From: Armamem0t Date: Wed, 18 Jun 2025 09:47:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/workflows/action.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/action.yaml diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml new file mode 100644 index 0000000..407c26f --- /dev/null +++ b/.gitea/workflows/action.yaml @@ -0,0 +1,19 @@ +name: Gitea Actions Build +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + Info: + runs-on: ubuntu-latest + steps: + - logInfoMessage: Check out repository code + run: | + echo "${{toJson(github)}}" + echo "${{toJson(gitea)}}" \ No newline at end of file