From 9525092472a0cdb7d2402cfc93a557ee4e7c5f54 Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Fri, 19 Apr 2024 19:43:33 +0200 Subject: [PATCH] Change to local testing --- .github/workflows/local-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/local-testing.yaml b/.github/workflows/local-testing.yaml index 29affa8f..9fd85cd9 100644 --- a/.github/workflows/local-testing.yaml +++ b/.github/workflows/local-testing.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Dev check PR - uses: JJ/github-pr-contains-action@dev # Change this to whatever branch you want to test + uses: . id: dev_check_pr with: github-token: ${{github.token}}