Skip to content

Commit 63b2d46

Browse files
committed
👷 Edit workflow
1 parent ce0ecfb commit 63b2d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ jobs:
165165
166166
- name: Print github.ref
167167
shell: bash
168-
run: echo "The current github.ref is ${{ github.ref }}"
168+
run: echo "The current github.ref is $GITHUB_REF"
169169

170170
- name: Install the Bolt CLI and create & build a new project
171171
shell: bash
172-
if: ${{ !startsWith(github.ref, 'refs/heads/release/v') }}
172+
if: ${{ !startsWith($GITHUB_REF, 'refs/heads/release/v') }}
173173
run: |
174174
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
175175
cargo install --path cli --force --locked

0 commit comments

Comments
 (0)