diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02b2b4d..569c988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: needs: [build] runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: christopherhx/gitea-download-artifact@v4 with: name: dist @@ -69,7 +70,7 @@ jobs: password: ${{ secrets.GARRISON_DOCKER_PASSWORD }} script: | cd monitor-im-flur - export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"") + export =$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"") hyprctl dispatch exec 'pkill firefox' hyprctl dispatch exec 'firefox -kiosk localhost:9123' git clean -dfx