From 272b4e8193c6677487a4d19659ca9b772a37d478 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Mon, 15 Jun 2026 16:35:55 +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 0c29440..b0a068b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,4 +52,4 @@ jobs: runs-on: ubuntu-latest needs: [integration] steps: - - run: echo ${{needs.integration.outputs}} + - run: echo "integration completed"