From f36a56d6c468108cc64cf827b82de7dac0c606d7 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 9 Jul 2024 21:53:04 -0400 Subject: [PATCH] Still trying to get uses to work --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b3348af..be5fe82 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,6 +5,6 @@ on: [push] jobs: test: runs-on: ubuntu-latest - uses: https://github.com/actions/checkout@v4 steps: + - uses: actions/checkout@v4 - run: npm run test \ No newline at end of file