There was an error while loading. Please reload this page.
1 parent 672b319 commit 478bd47Copy full SHA for 478bd47
1 file changed
docs/.github/workflows/deploy.yml
@@ -13,10 +13,14 @@ permissions:
13
env:
14
INSTANCE: Writerside/tl
15
DOCKER_VERSION: '2026.06.8817'
16
+ CONFIG_JSON_PRODUCT: 'TL'
17
+ CONFIG_JSON_VERSION: '2.0'
18
19
jobs:
20
build:
21
runs-on: ubuntu-latest
22
+ outputs:
23
+ artifact: ${{ steps.define-ids.outputs.artifact }}
24
25
steps:
26
- name: Checkout Repository
0 commit comments