From 4a0a4af99827debc26b5b5b5f6014c8f87771d59 Mon Sep 17 00:00:00 2001 From: dm Date: Mon, 12 Aug 2024 17:08:49 +0800 Subject: [PATCH] test --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 95d45e5..6f2b28b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,10 +5,12 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: ps_runner_labels + container: catthehacker/ubuntu:act-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}." + - run: docker version \ No newline at end of file