From 4b27efcdcb78c838beb1df268fbed182ebfe6784 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Mon, 15 Jun 2026 16:35:47 +0100 Subject: [PATCH] fix: repair workflow actionlint failures --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7082704..7b5face 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,4 +47,4 @@ jobs: runs-on: ubuntu-latest needs: integration steps: - - run: echo ${{needs.integration.outputs}} + - run: echo "integration completed"