From 70b3ec27b3af8b6cde295268bbd3469d33fea9e2 Mon Sep 17 00:00:00 2001
From: Will McCutchen <will@mccutch.org>
Date: Mon, 20 Apr 2020 18:18:48 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6=E2=80=8D=E2=99=80=EF=B8=8F=20of=20?=
 =?UTF-8?q?course=20there=20was=20a=20typo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/cleanup.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml
index 8ce122f..babefb7 100644
--- a/.github/workflows/cleanup.yaml
+++ b/.github/workflows/cleanup.yaml
@@ -29,4 +29,4 @@ jobs:
         echo "::set-output name=version::pr${pr_number}"
 
     - name: Remove deployment
-      run: gcloud app gcloud app versions delete --project="${{ secrets.GCP_PROJECT_ID }}" "${{ steps.deployment_params.outputs.version }}"
+      run: gcloud app versions delete --project="${{ secrets.GCP_PROJECT_ID }}" "${{ steps.deployment_params.outputs.version }}"
-- 
GitLab