From ae4264386cdc1ea89b2b9308a6bd51f53433b3c5 Mon Sep 17 00:00:00 2001 From: hoangvv Date: Thu, 9 Jan 2025 15:41:01 +0700 Subject: [PATCH] update workflow --- .gitea/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 54a102fe7..ed74da137 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -7,5 +7,7 @@ jobs: echo: runs-on: ubuntu-latest steps: - - name: get git current branch - run: make clean_up \ No newline at end of file + - name: Check out repository code + uses: actions/checkout@v4 + - name: list file in code + uses: ls -la \ No newline at end of file