Skip to content

Commit a293714

Browse files
committed
whoops
1 parent a5741c0 commit a293714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test-downstream/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
pytest_args="${{inputs.pytest_args}}"
2424
pytest_args=${pytest_args:-"--pyargs ${{inputs.package_name}}"}
2525
env_values=${{ inputs.env_values }}
26-
env_values=${package_spec:-"FIZZ=BUZZ"}
26+
env_values=${env_values:-"FIZZ=BUZZ"}
2727
2828
# Set up venv
2929
python -m venv test_venv

0 commit comments

Comments
 (0)