We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a6631 commit 4e2f0baCopy full SHA for 4e2f0ba
.github/workflows/devcontainer-image.yml
@@ -26,8 +26,9 @@ jobs:
26
steps:
27
- name: Select Hugo versions
28
id: versions
29
+ env:
30
+ VERSIONS: ${{ github.event.inputs.hugo_versions || env.DEFAULT_HUGO_VERSION }}
31
run: |
- VERSIONS="${{ github.event.inputs.hugo_versions || env.DEFAULT_HUGO_VERSION }}"
32
MATRIX=$(python - <<'PY'
33
import os, json
34
versions = [v.strip() for v in os.environ["VERSIONS"].split(",") if v.strip()]
0 commit comments