Skip to content

Commit 478bd47

Browse files
committed
Fix GH Actions
1 parent 672b319 commit 478bd47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ permissions:
1313
env:
1414
INSTANCE: Writerside/tl
1515
DOCKER_VERSION: '2026.06.8817'
16+
CONFIG_JSON_PRODUCT: 'TL'
17+
CONFIG_JSON_VERSION: '2.0'
1618

1719
jobs:
1820
build:
1921
runs-on: ubuntu-latest
22+
outputs:
23+
artifact: ${{ steps.define-ids.outputs.artifact }}
2024

2125
steps:
2226
- name: Checkout Repository

0 commit comments

Comments
 (0)