Skip to content

Commit

Permalink
Rename workflow and job in create-test-scratch-org.yml
Browse files Browse the repository at this point in the history
* Rename workflow from "πŸ—οΈ Create Test Scratch Org" to "πŸ—οΈ Create Scratch Org"
* Rename job from "create-test-scratch-org" to "create-scratch-org"
  • Loading branch information
jlantz committed Nov 1, 2024
1 parent 8a511a0 commit 750839c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-test-scratch-org.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: πŸ—οΈ Create Test Scratch Org
name: πŸ—οΈ Create Scratch Org

on:
workflow_call:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 750839c

Please sign in to comment.