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
actionsCore.debug(`Added \`${p}\` to \`$GITHUB_PATH\``);
879
+
}
869
880
}catch{
870
881
actionsCore.info(
871
882
"Skipping setting $GITHUB_PATH in action, the `nix-installer` crate seems to have done this already. From `nix-installer` version 0.11.0 and up, this step is done in the action. Prior to 0.11.0, this was only done in the `nix-installer` binary.",
@@ -883,6 +894,7 @@ class NixInstallerAction extends DetSysAction {
0 commit comments