Skip to content

Commit

Permalink
Environment variables are case-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 12, 2024
1 parent 251da7a commit ae161c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
# - "3.13"
runs-on: "${{ matrix.github_actions_runner }}"
env:
lock: true
test: true
LOCK: true
TEST: true
steps:
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
with:
Expand All @@ -37,7 +37,7 @@ jobs:
needs: ["lock"]
runs-on: "ubuntu-22.04"
env:
combine: true
COMBINE: true
steps:
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
with:
Expand Down

0 comments on commit ae161c9

Please sign in to comment.