Merge pull request #953 from thecodingmachine/restrictCD

FIX: fixed cleanup workflow
This commit is contained in:
Kharhamel 2021-04-27 17:03:45 +02:00 committed by GitHub
commit c6ed2c5c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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 }}