Skip to content

Commit

Permalink
Fix idl-buffer and job outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Nov 23, 2022
1 parent 7df730b commit e481ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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/solana-buffer-deploy@v0.1.3
uses: actions/solana-buffer-deploy@v0.1.5
with:
network: https://api.devnet.solana.com
program: my_program
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ inputs:
outputs:
buffer:
description: "The buffer address"
value: ${{ steps.buffer-deploy.outputs.buffer }}
idl-buffer:
description: "The idl buffer address."
value: ${{ steps.buffer-deploy.outputs.idl-buffer }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit e481ae7

Please sign in to comment.