From 4cc1473d386cf92bead68b59b123f34b25cc875b 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:07:56 +0800 Subject: [PATCH] =?UTF-8?q?ci(GiteaActions):=20=E4=B8=8D=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=88=86=E6=94=AF?= 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, 2 deletions(-) diff --git a/.gitea/workflows/publish_on_push.yml b/.gitea/workflows/publish_on_push.yml index 9322936..0c6cb17 100644 --- a/.gitea/workflows/publish_on_push.yml +++ b/.gitea/workflows/publish_on_push.yml @@ -11,8 +11,6 @@ jobs: - run: echo "πŸ”Ž The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout - with: - ref: '${{ gitea.ref_name }}' - 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