From b3932f06f0b0d846eafbc0c85c0b8d0b26514938 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Sun, 21 Jul 2024 19:23:37 +0300 Subject: [PATCH] forgot config --- .gitea/workflows/gitea-actions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gitea-actions.yaml b/.gitea/workflows/gitea-actions.yaml index 05ebb55..f92a896 100644 --- a/.gitea/workflows/gitea-actions.yaml +++ b/.gitea/workflows/gitea-actions.yaml @@ -20,5 +20,6 @@ jobs: - run: . venv/bin/activate - run: pip install -r requirements.txt - run: pip install time_machine + - run: cp config.py.example config.py - run: python test.py - run: echo "🍏 This job's status is ${{ job.status }}."