fix typo in ci
All checks were successful
CI / build (push) Successful in 15s
CI / lint (push) Successful in 10s
CI / create-and-publish-docker-image (push) Successful in 18s

This commit is contained in:
2025-08-31 18:36:41 +02:00
parent 03dc0984f3
commit 668d260fd6
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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;