forked from lix-project/lix-installer
Create GITHUB_PATH with 777 mode (#568)
This commit is contained in:
parent
90dc4b93ad
commit
3ad209cc0d
|
@ -152,12 +152,14 @@ impl ConfigureShellProfile {
|
|||
&github_path,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
// We want the `nix-installer-action` to not error if it writes here.
|
||||
// Prior to `v5` this was done in this crate, in `v5` and later, this is done in the action.
|
||||
0o777,
|
||||
buf,
|
||||
create_or_insert_into_file::Position::End,
|
||||
)
|
||||
.await?,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Ok(Self {
|
||||
|
|
Loading…
Reference in a new issue