From 86589e09c094e3070ed32b18a8ed903524e3be77 Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sun, 1 Jun 2025 12:45:35 -0400 Subject: [PATCH] use regular checkout to test --- .gitea/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 2c4ec14..6e9e1ae 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -10,8 +10,10 @@ jobs: run: | env - - name: checkout - uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }} + # - name: checkout + # uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }} + + - uses: actions/checkout@v4 - name: wc -l run: wc -l action.yml