From e481ae77fb8eae14f86b5c063bd8e88d900fed05 Mon Sep 17 00:00:00 2001 From: jpbogle Date: Tue, 22 Nov 2022 22:41:39 -0500 Subject: [PATCH] Fix idl-buffer and job outputs --- README.md | 2 +- action.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1a75ca..e0fba6c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index ca5495e..1954ce9 100644 --- a/action.yml +++ b/action.yml @@ -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: