Skip to content

Conversation

@igaw
Copy link
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