Skip to content
Snippets Groups Projects
Commit 70b3ec27 authored by Will McCutchen's avatar Will McCutchen
Browse files

:woman_facepalming: of course there was a typo

parent ade876c1
Branches
Tags
No related merge requests found
...@@ -29,4 +29,4 @@ jobs: ...@@ -29,4 +29,4 @@ jobs:
echo "::set-output name=version::pr${pr_number}" echo "::set-output name=version::pr${pr_number}"
- name: Remove deployment - 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 }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment