Skip to content

build: use proper shell variable expansion#3052

Merged
igaw merged 1 commit intolinux-nvme:masterfrom
igaw:fix-ci
Jan 9, 2026
Merged

build: use proper shell variable expansion#3052
igaw merged 1 commit intolinux-nvme:masterfrom
igaw:fix-ci

Conversation

@igaw
Copy link
Copy Markdown
Collaborator

@igaw igaw commented Jan 9, 2026

${{ steps.version.outputs.dev_version }} does not get expanded inside a shell script.

GitHub Actions expressions are resolved before the step runs, but only in YAML fields, not inside the runtime shell unless you pass them in explicitly.

${{ steps.version.outputs.dev_version }} does not get expanded inside a
shell script.

GitHub Actions expressions are resolved before the step runs, but only
in YAML fields, not inside the runtime shell unless you pass them in
explicitly.

Signed-off-by: Daniel Wagner <[email protected]>
@igaw igaw merged commit 6a88792 into linux-nvme:master Jan 9, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant