Skip to content

Commit 4e2f0ba

Browse files
committed
ci: fix
1 parent b7a6631 commit 4e2f0ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/devcontainer-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
steps:
2727
- name: Select Hugo versions
2828
id: versions
29+
env:
30+
VERSIONS: ${{ github.event.inputs.hugo_versions || env.DEFAULT_HUGO_VERSION }}
2931
run: |
30-
VERSIONS="${{ github.event.inputs.hugo_versions || env.DEFAULT_HUGO_VERSION }}"
3132
MATRIX=$(python - <<'PY'
3233
import os, json
3334
versions = [v.strip() for v in os.environ["VERSIONS"].split(",") if v.strip()]

0 commit comments

Comments
 (0)