From 469d28272f88a62ef75898bc965feae9dc473430 Mon Sep 17 00:00:00 2001 From: papaflavaflave Date: Thu, 14 Mar 2024 15:28:13 -0500 Subject: [PATCH] updated delete command --- .github/workflows/pr-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-dev.yml b/.github/workflows/pr-dev.yml index 5a0ab5c..c403555 100644 --- a/.github/workflows/pr-dev.yml +++ b/.github/workflows/pr-dev.yml @@ -45,4 +45,4 @@ jobs: - name: Delete scratch org if: always() run: | - sf org delete scratch -p -o ci_scratch + sfdx force:org:delete -p -o ci_scratch