Fixing ref slug
This commit is contained in:
parent
d519538531
commit
0ba6941cd2
2 changed files with 8 additions and 4 deletions
5
.github/workflows/build-and-deploy.yml
vendored
5
.github/workflows/build-and-deploy.yml
vendored
|
@ -59,9 +59,12 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# Create a slugified value of the branch
|
||||
- uses: rlespinasse/github-slug-action@master
|
||||
|
||||
- name: Deploy
|
||||
uses: thecodingmachine/deeployer@master
|
||||
env:
|
||||
KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }}
|
||||
with:
|
||||
namespace: workadventure-${GITHUB_REF##*/}
|
||||
namespace: workadventure-${{GITHUB_REF_SLUG}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue