From 428b27528f6a007af6fcfd0fb67e4a471a1595c0 Mon Sep 17 00:00:00 2001 From: Jon Waldstein Date: Wed, 23 Oct 2024 16:56:29 -0400 Subject: [PATCH] chore: update github workflow plugin slug --- .github/workflows/generate-zip.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-zip.yml b/.github/workflows/generate-zip.yml index 0767370..57762bd 100644 --- a/.github/workflows/generate-zip.yml +++ b/.github/workflows/generate-zip.yml @@ -13,4 +13,4 @@ jobs: uses: impress-org/givewp-github-actions/.github/workflows/generate-zip.yml@master with: ref: ${{ github.event.inputs.ref }} - plugin_slug: givewp-cloudflare-turnstile + plugin_slug: give-cloudflare-turnstile diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index eaa3fe4..8e8eb9c 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -10,5 +10,5 @@ jobs: build: uses: impress-org/givewp-github-actions/.github/workflows/addon-tests.yml@master with: - addon_slug: givewp-cloudflare-turnstile + addon_slug: give-cloudflare-turnstile givewp_branch: develop