Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on latest version #67

Closed
cblage opened this issue Jan 22, 2025 · 0 comments · Fixed by #68
Closed

Crash on latest version #67

cblage opened this issue Jan 22, 2025 · 0 comments · Fixed by #68
Assignees

Comments

@cblage
Copy link

cblage commented Jan 22, 2025

When using the latest version there's an error happening:

Run eval "`devbox shellenv --init-hook`"
/home/runner/work/_temp/1b7f26cb-d5f8-4cd0-be72-3fc3a797f4e9.sh: line 199: export: `nix-version=2.25.3': not a valid identifier

It's related to this line in action.yml

echo "nix-version=$NIX_VERSION" >> $GITHUB_ENV

It seems like it's trying to create an ENV_VAR with hyphens - which is not possible.

Thanks!

@LucilleH LucilleH self-assigned this Jan 23, 2025
github-merge-queue bot pushed a commit that referenced this issue Jan 23, 2025
fixes #67

Signed-off-by: Lucille Hua <lucille.hua@jetpack.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants