From fd4d39fa9ad9c9281bfd9d8861daef232f173a80 Mon Sep 17 00:00:00 2001 From: Alexander Cristurean Date: Wed, 28 Feb 2024 12:18:56 +0200 Subject: [PATCH] fixed wrong action name. --- .github/workflows/build_local_tesnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_local_tesnet.yml b/.github/workflows/build_local_tesnet.yml index 64a8c4b3ea0..5a1ba3a8328 100644 --- a/.github/workflows/build_local_tesnet.yml +++ b/.github/workflows/build_local_tesnet.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Check out mx-deploy-go - uses: action/checkout@v4 + uses: actions/checkout@v4 with: repository: multiversx/mx-chain-deploy-go path: ../mx-chain-deploy-go