From 750839c766937343f18ebffd4d125f109106c729 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Thu, 31 Oct 2024 22:40:27 -0500 Subject: [PATCH] Rename workflow and job in `create-test-scratch-org.yml` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Rename workflow from "🏗️ Create Test Scratch Org" to "🏗️ Create Scratch Org" * Rename job from "create-test-scratch-org" to "create-scratch-org" --- .github/workflows/create-test-scratch-org.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-test-scratch-org.yml b/.github/workflows/create-test-scratch-org.yml index 7efdaeb..7c3b73d 100644 --- a/.github/workflows/create-test-scratch-org.yml +++ b/.github/workflows/create-test-scratch-org.yml @@ -1,4 +1,4 @@ -name: 🏗️ Create Test Scratch Org +name: 🏗️ Create Scratch Org on: workflow_call: @@ -35,8 +35,8 @@ on: required: true jobs: - create-test-scratch-org: - name: "🏗️ Create Test Scratch Org" + create-scratch-org: + name: "🏗️ Create Scratch Org" runs-on: ubuntu-latest container: image: ghcr.io/muselab-d2x/d2x:cumulusci-next-snapshots