From c7d2bd048b84572f582bf303a98e5735924402ef Mon Sep 17 00:00:00 2001 From: Ahsan Date: Tue, 14 Apr 2026 13:09:50 +0600 Subject: [PATCH] fix workflow - remove checkout action --- .gitea/workflows/sample.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/sample.yml b/.gitea/workflows/sample.yml index 6272347..9ce4dcd 100644 --- a/.gitea/workflows/sample.yml +++ b/.gitea/workflows/sample.yml @@ -4,8 +4,6 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v3 - name: List files run: ls -la - name: Done