From c3c31b192e7bea1ae52da970858b5edc51e70fa7 Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Tue, 12 Sep 2023 15:53:21 +0300 Subject: [PATCH] remove ref --- .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 52c0a054b2..8ad1d9f6d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - run: npm run test:browser node: - uses: ./.github/workflows/test-node.yml@${{ github.ref }} + uses: ./.github/workflows/test-node.yml with: nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}