Skip to content

Commit

Permalink
Merge pull request #273 from lidofinance/feature/si-1313-refactor-ipf…
Browse files Browse the repository at this point in the history
…s-wf

fix: action links
  • Loading branch information
DiRaiks authored Mar 12, 2024
2 parents d3203bb + 6bc36dc commit 6f32f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ipfs-goerli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f32f52

Please sign in to comment.