You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
When using the latest version there's an error happening:
It's related to this line in
action.yml
It seems like it's trying to create an ENV_VAR with hyphens - which is not possible.
Thanks!
The text was updated successfully, but these errors were encountered: