Skip to content

Commit 68c02bf

Browse files
committed
Always use envANCHOR_VERSION
1 parent 9969377 commit 68c02bf

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

.github/actions/setup-anchor/action.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: "Setup Anchor"
2-
description: "Setup Anchor"
2+
description: "Install Anchor CLI"
33
inputs:
44
anchor-version:
55
description: "Version of Anchor to install"
66
required: false
7-
default: "0.30.1"
7+
default: "${{ env.ANCHOR_VERSION }}"
8+
89
runs:
910
using: "composite"
1011
steps:

.github/workflows/reusable-build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ jobs:
115115

116116
- name: Install Anchor
117117
uses: Woody4618/github-action/.github/actions/setup-anchor@main
118-
with:
119-
anchor-version: ${{ env.ANCHOR_VERSION }}
120118

121119
- name: Set Program Variables
122120
run: |

.github/workflows/reusable-test.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)