From 1b95982cabb400d52dc89514467eb6399abaa140 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 31 May 2025 20:17:56 -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