From 6bc36dc9d0a02ffea5ba6396b4efc32019910128 Mon Sep 17 00:00:00 2001 From: DiRaiks Date: Tue, 12 Mar 2024 16:34:51 +0700 Subject: [PATCH] fix: action links --- .github/workflows/ci-ipfs-goerli.yml | 2 +- .github/workflows/ci-ipfs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-ipfs-goerli.yml b/.github/workflows/ci-ipfs-goerli.yml index 4b6387740..47e8607c9 100644 --- a/.github/workflows/ci-ipfs-goerli.yml +++ b/.github/workflows/ci-ipfs-goerli.yml @@ -28,7 +28,7 @@ jobs: cache: 'yarn' - name: Set tag, commit and branch name id: build-info - uses: lidofinance/actions/.github/actions/build-info/action.yml@main + uses: lidofinance/actions/.github/actions/build-info@main with: BRANCH_NAME: ${{ github.ref_name }} - name: Install dependencies diff --git a/.github/workflows/ci-ipfs.yml b/.github/workflows/ci-ipfs.yml index 21c615534..9e788d188 100644 --- a/.github/workflows/ci-ipfs.yml +++ b/.github/workflows/ci-ipfs.yml @@ -32,7 +32,7 @@ jobs: - name: Set tag, commit and branch name if: env.is_create_release == 'true' id: build-info - uses: 'idofinance/actions/.github/actions/build-info/action.yml@main' + uses: lidofinance/actions/.github/actions/build-info@main with: BRANCH_NAME: ${{ github.ref_name }} - name: Install dependencies