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
1 changed files with 3 additions and 1 deletions

View File

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