mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fix: render template for prev env (#5120)
This commit is contained in:
parent
7566016bb0
commit
d93f185c26
1 changed files with 2 additions and 2 deletions
4
.github/workflows/render-preview-deploy.yml
vendored
4
.github/workflows/render-preview-deploy.yml
vendored
|
|
@ -59,8 +59,8 @@ jobs:
|
|||
},
|
||||
{
|
||||
"key": "ENABLE_TOOLJET_DB",
|
||||
"value": "true",
|
||||
}
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"key": "TOOLJET_DB",
|
||||
"value": "${{ env.PR_NUMBER }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue