mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-21 23:20:40 +00:00
fixup: undefined VARIANT variable
This commit is contained in:
@@ -9,6 +9,8 @@ runs:
|
||||
steps:
|
||||
- name: Determine build vars
|
||||
shell: bash -euxo pipefail {0}
|
||||
env:
|
||||
VARIANT: ${{ inputs.variant }}
|
||||
run: |
|
||||
case "$VARIANT" in
|
||||
debug)
|
||||
|
||||
Reference in New Issue
Block a user