Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Nov 29, 2024
1 parent 951ff31 commit 08dfa40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Era Test Node Action'
description: 'GitHub Action that simplifies running `era_test_node` in your CI/CD workflows!'
name: 'Anvil-ZKsync Action'
description: 'GitHub Action that simplifies running `anvil-zksync` in your CI/CD workflows!'
author: 'Dustin Brickwood'
branding:
icon: 'check-circle'
Expand Down Expand Up @@ -147,4 +147,4 @@ inputs:
required: false
runs:
using: 'node20'
main: 'dist/index.cjs'
main: 'dist/index.js'

0 comments on commit 08dfa40

Please sign in to comment.