We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9969377 commit 68c02bfCopy full SHA for 68c02bf
.github/actions/setup-anchor/action.yaml
@@ -1,10 +1,11 @@
1
name: "Setup Anchor"
2
-description: "Setup Anchor"
+description: "Install Anchor CLI"
3
inputs:
4
anchor-version:
5
description: "Version of Anchor to install"
6
required: false
7
- default: "0.30.1"
+ default: "${{ env.ANCHOR_VERSION }}"
8
+
9
runs:
10
using: "composite"
11
steps:
.github/workflows/reusable-build.yaml
@@ -115,8 +115,6 @@ jobs:
115
116
- name: Install Anchor
117
uses: Woody4618/github-action/.github/actions/setup-anchor@main
118
- with:
119
- anchor-version: ${{ env.ANCHOR_VERSION }}
120
121
- name: Set Program Variables
122
run: |
.github/workflows/reusable-test.yaml
0 commit comments