Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ node_modules
*.njsproj
*.sln
*.sw?

.yarn/*
!.yarn/releases
!.yarn/plugins
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Squads v4 program upgrade Github Action"
author: "Valentin Madrid"
branding:
icon: "upload"
color: "black"
color: "gray-dark"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently black is not a valid value.
https://json.schemastore.org/github-action.json

inputs:
network-url:
description: "The Solana network to deploy to, can be mainnet-beta, testnet, devnet, or a custom url"
Expand Down
Loading