Skip to content

Commit

Permalink
Fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 12, 2023
1 parent 97b51bf commit bb8483c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-proposals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
NODE_VERSION: 16

jobs:
build:
create:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Run Bulk Create Helium Proposals
run: |
./bin/helium-vote bulk-create-proposal \
./bin/helium-vote.ts bulk-create-proposal \
-u "https://solana-rpc.test-helium.com?session-key=Pluto" \
--file helium-proposals.json \
--wallet ./deploy-keypair.json \
Expand Down

0 comments on commit bb8483c

Please sign in to comment.