From becdb1b8c03b6e488c8e66beecf985acd3d4bcae Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 31 Aug 2025 18:36:41 +0200 Subject: [PATCH] fix typo in ci --- .github/workflows/ci.yml | 2 +- src/components/Amogus/Amogus.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 569c988..c63559c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.GARRISON_DOCKER_PASSWORD }} script: | cd monitor-im-flur - export =$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"") + export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"") hyprctl dispatch exec 'pkill firefox' hyprctl dispatch exec 'firefox -kiosk localhost:9123' git clean -dfx diff --git a/src/components/Amogus/Amogus.tsx b/src/components/Amogus/Amogus.tsx index 2587c50..8ed62f3 100644 --- a/src/components/Amogus/Amogus.tsx +++ b/src/components/Amogus/Amogus.tsx @@ -4,6 +4,7 @@ import imposter from "/img/imposter.png"; import style from "./style.module.css"; type Amogus = { + key: string; isImposter: boolean; posX: number; posY: number;