From b9fcbf94b97387d51e2533c50031c55cb8586a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Fri, 20 Oct 2023 09:43:38 -0400 Subject: [PATCH] Point GHA to edgetest-dev/run-edgetest-action (#241) --- .github/workflows/edgetest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/edgetest.yml b/.github/workflows/edgetest.yml index e12e56c5..b53cf46c 100644 --- a/.github/workflows/edgetest.yml +++ b/.github/workflows/edgetest.yml @@ -1,5 +1,5 @@ # This workflow runs edgetest on datacompy @ 17:30 UTC Fridays. -# https://github.com/fdosani/run-edgetest-action +# https://github.com/edgetest-dev/run-edgetest-action name: Run edgetest on: @@ -14,7 +14,7 @@ jobs: with: ref: develop - id: run-edgetest - uses: fdosani/run-edgetest-action@v1.2 + uses: edgetest-dev/run-edgetest-action@v1.4 with: edgetest-flags: '-c pyproject.toml --export' base-branch: 'develop'