From 9cdbd6a2c8859d20740df949bff208331887d3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 23 Oct 2023 19:09:59 +0800 Subject: [PATCH] =?UTF-8?q?ci(GiteaActions):=20=E4=BF=AE=E5=A4=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84action=20=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ζŽδΈœδΊ‘ --- .gitea/workflows/publish_on_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish_on_push.yml b/.gitea/workflows/publish_on_push.yml index 0c6cb17..a9bcd82 100644 --- a/.gitea/workflows/publish_on_push.yml +++ b/.gitea/workflows/publish_on_push.yml @@ -10,7 +10,7 @@ jobs: - 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 }}." - name: Check out repository code - uses: actions/checkout + uses: actions/checkout@v4 - 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." - name: List files in the repository