We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fa9f4 commit 4c7a405Copy full SHA for 4c7a405
.github/workflows/main.yml
@@ -12,7 +12,7 @@ env:
12
PUBLIC_EVENT_END: 2025-09-18T23:00
13
PUBLIC_SESSIONIZE_CLIENT_ID: dskjmow5
14
PUBLIC_SESSIONIZE_EVENT_ID: swiss-cloud-native-day-2025
15
- PUBLIC_TITO_EVENT_ID: ''
+ PUBLIC_TITO_EVENT_ID: swiss-cloud-native-day-2025
16
17
jobs:
18
lint:
src/routes/Tickets.svelte
@@ -19,7 +19,7 @@
19
<a href="https://ti.to/berner-it-rocks/{PUBLIC_TITO_EVENT_ID}">
20
<h2 class="h2 mb-16">{$_('tickets.title')}</h2>
21
</a>
22
- <tito-widget event="berner-it-rocks/{PUBLIC_TITO_EVENT_ID}" />
+ <tito-widget event="berner-it-rocks/{PUBLIC_TITO_EVENT_ID}"></tito-widget>
23
<p class="mt-8 text-2xl">
24
{$_('tickets.discounted')}
25
<a href="mailto:[email protected]">[email protected]</a>.
0 commit comments