From 960f4a1e92355bf85d4e281a073bf9b41ec082be Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 1 Nov 2023 16:49:15 -0400 Subject: [PATCH] Fix step --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 637514a..c1144c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,8 +56,8 @@ jobs: - name: Verify locks run: | - [[ -n '${{ lock-1.outputs.acquired-at }}' ]] # lock-1 - [[ -n '${{ lock-2.outputs.acquired-at }}' ]] # lock-2 + [[ -n '${{ steps.lock-1.outputs.acquired-at }}' ]] # lock-1 + [[ -n '${{ steps.lock-2.outputs.acquired-at }}' ]] # lock-2 # lock-2 acquired at should be +5s integration-post: