Trying to trigger delete on correct branch

This commit is contained in:
David Négrier 2020-05-27 23:20:12 +02:00
parent 04bd9ce9d5
commit 9dd5657148

View file

@ -21,4 +21,6 @@ jobs:
env: env:
KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }} KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }}
with: with:
namespace: workadventure-${{ env.GITHUB_REF_SLUG }} # 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 }}