Skip to content

Commit

Permalink
I hate github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 12, 2023
1 parent 31ec0f9 commit c2b9cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-proposals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Run Bulk Create Helium Proposals
run: |
./bin/helium-vote.ts bulk-create-proposal \
./node_modules/.bin/ts-node ./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
2 changes: 1 addition & 1 deletion bin/helium-vote.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ../node_modules/.bin/ts-node
#!/usr/bin/env ts-node

const { hideBin } = require("yargs/helpers");

Expand Down

0 comments on commit c2b9cdb

Please sign in to comment.