Skip to content

Commit

Permalink
style: env name in caps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmetzner committed Dec 9, 2024
1 parent 0e0bb8c commit 06175d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

env:
consul_version: 1.20.1 # renovate: datasource=github-releases depName=hashicorp/consul
CONSUL_VERSION: 1.20.1 # renovate: datasource=github-releases depName=hashicorp/consul

jobs:
example:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

- name: setup consul binary
run: |
curl -o consul.zip https://releases.hashicorp.com/consul/${{ consul_version }}/consul_${{ consul_version }}_linux_amd64.zip
curl -o consul.zip https://releases.hashicorp.com/consul/${{ CONSUL_VERSION }}/consul_${{ CONSUL_VERSION }}_linux_amd64.zip
unzip consul.zip
mv consul /usr/local/bin/
Expand Down

0 comments on commit 06175d7

Please sign in to comment.