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: