There was an error while loading. Please reload this page.
1 parent a4c4552 commit f887e59Copy full SHA for f887e59
1 file changed
.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