Skip to content

Commit

Permalink
Update network-url input
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Oct 14, 2022
1 parent dcfbb6d commit ce9f9cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use this github action to automate Solana program deployments straight from Gith
You can now consume the action by referencing the v1 branch

```yaml
uses: actions/squads-program-upgrade@v1
uses: actions/squads-program-upgrade@v0.1.1
with:
network-url: 'https://api.devnet.solana.com'
program-multisig: '8QC4Lv3YNAHUmacepqxBKCJY5zx7yrDtQLo9sNFsNnqB'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branding:
icon: 'upload'
color: 'red'
inputs:
network:
network-url:
description: 'The Solana network'
required: true
default: 'devnet'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squads-program-upgrade",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "squads-program-upgrade solana deploy action",
"main": "lib/main.js",
Expand Down

0 comments on commit ce9f9cc

Please sign in to comment.