From 1486ffc7e91ba866f54fde38036585962cb39357 Mon Sep 17 00:00:00 2001 From: Reece Mackie <20544390+Rover656@users.noreply.github.com> Date: Sun, 3 Mar 2024 17:26:52 +0000 Subject: [PATCH] Update verify.yml --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index ca53357e71..c43c201813 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -27,7 +27,7 @@ jobs: - name: Run data generator uses: gradle/gradle-build-action@v2 with: - arguments: runDataProd + arguments: runData - name: Check data generated successfully # So we do this to ensure something was done, .cache will always be written id: check_files uses: andstor/file-existence-action@v1