From 76a31eaa8cb1d846224cab3413e93a8bfd685aa9 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Sun, 16 Mar 2025 13:47:57 +0530 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c4712e0..854c439 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -33,6 +33,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3.6.0 + with: + channel: master + # - name: Setup Python # uses: actions/setup-python@v4.7.0