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