Trying to trigger delete on correct branch
This commit is contained in:
parent
04bd9ce9d5
commit
9dd5657148
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cleanup.yml
vendored
4
.github/workflows/cleanup.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue