From 6590b7f71773c6bbff1b35a481f2e75e3428aaa4 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Mon, 15 Jun 2026 16:35:11 +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 4f871f10..20b1acdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,4 +56,4 @@ jobs: runs-on: ubuntu-latest needs: [integration] steps: - - run: echo ${{needs.integration.outputs}} + - run: echo "integration completed"