From 7a8765826ea69d72828bb52c9a2b1f52bbf1d712 Mon Sep 17 00:00:00 2001 From: kharhamel Date: Tue, 27 Apr 2021 16:49:39 +0200 Subject: [PATCH] FIX: fixed cleanup workflow --- .github/workflows/cleanup.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 558a2c3e..13c5bb74 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -22,6 +22,4 @@ jobs: env: KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }} with: -# FIXME: we are not using ${{ env.GITHUB_REF_SLUG }} that resolves to master BUT! we are not using a slugified namespace -# so complex namespace names will not be treated correctly - namespace: workadventure-${{ github.event.ref }} + namespace: workadventure-${{ env.GITHUB_REF_SLUG }}