From f7822bc4117803e617272a9595abebc09f3e5703 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 9 Dec 2024 12:24:46 +0100 Subject: [PATCH] alexis not his company Signed-off-by: Kristoffer Dalby --- .github/workflows/test-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index c1bbd64a49f..39b977a4c94 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -93,7 +93,7 @@ jobs: oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} tags: tag:gh - name: Setup SSH server for Actor - uses: self-actuated/setup-sshd-actor@master + uses: alexellis/setup-sshd-actor@master - uses: DeterminateSystems/nix-installer-action@main if: steps.changed-files.outputs.files == 'true' - uses: DeterminateSystems/magic-nix-cache-action@main @@ -134,4 +134,4 @@ jobs: name: ${{ matrix.test }}-${{matrix.database}}-pprof path: "control_logs/*.pprof.tar" - name: Setup a blocking tmux session - uses: self-actuated/block-with-tmux-action@master + uses: alexellis/block-with-tmux-action@master