From 7edc47dfa819ef1d9b5924459fa3ee691b9f7e88 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Tue, 21 Mar 2023 14:44:06 +0000 Subject: [PATCH] test gitea actions --- .gitea/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e62c7f4..427287c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,10 +13,10 @@ jobs: volumes: - /data:/data steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - run: git fetch --force --tags + # - uses: actions/checkout@v3 + # with: + # fetch-depth: 0 + # - run: git fetch --force --tags - run: hostname - run: pwd - run: ls -la