From edff4106dd9e09732f3640bb7be9d5dbce596487 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:12:09 +0000 Subject: [PATCH 1/2] Update .gitea/workflows/DeployPR.yaml --- .gitea/workflows/DeployPR.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/DeployPR.yaml b/.gitea/workflows/DeployPR.yaml index 4c4e7a1..c4884d1 100644 --- a/.gitea/workflows/DeployPR.yaml +++ b/.gitea/workflows/DeployPR.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.12' - name: Install pip packages run: pip install requests python-dotenv --quiet - name: Run Deploy script -- 2.40.1 From f97802cf4e08a4b85cdc466f90afef746ff31f4b Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:12:42 +0000 Subject: [PATCH 2/2] Update .gitea/workflows/UndeployPR.yaml --- .gitea/workflows/UndeployPR.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/UndeployPR.yaml b/.gitea/workflows/UndeployPR.yaml index 8520248..5d9cb75 100644 --- a/.gitea/workflows/UndeployPR.yaml +++ b/.gitea/workflows/UndeployPR.yaml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 + with: + python-version: '3.12' - name: Install pip packages run: pip install requests python-dotenv --quiet - name: Run Undeploy script -- 2.40.1