Skip to content

Commit

Permalink
Fixup wording, test again against fixed pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jul 14, 2023
1 parent a5bdb5e commit bdec431
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
nix-installer-pr: 568
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand All @@ -41,6 +42,7 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
nix-installer-pr: 568
- name: Test `nix` with `$GITHUB_PATH`
if: success() || failure()
run: |
Expand All @@ -58,6 +60,7 @@ jobs:
reinstall: true
extra-conf: |
use-sqlite-wal = true
nix-installer-pr: 568
- name: Test `nix` with `$GITHUB_PATH`
if: success() || failure()
run: |
Expand All @@ -83,6 +86,7 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
nix-installer-pr: 568
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand Down Expand Up @@ -111,6 +115,7 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
nix-installer-pr: 568
- name: Test `nix` with `$GITHUB_PATH`
if: success() || failure()
run: |
Expand All @@ -128,6 +133,7 @@ jobs:
reinstall: true
extra-conf: |
use-sqlite-wal = true
nix-installer-pr: 568
- name: Test `nix` with `$GITHUB_PATH`
if: success() || failure()
run: |
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class NixInstallerAction {
actions_core.addPath(`${process.env.HOME}/.nix-profile/bin`);
} catch (error) {
actions_core.warning(
"Skipping setting $GITHUB_PATH in action, as `nix-installer` crate seems to have done this already. From `nix-installer` version 0.11.0 and up, this step is only done in the action. Prior to 0.11.0, this was done in the `nix-installer` binary.",
"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 only done in the action. Prior to 0.11.0, this was done in the `nix-installer` binary.",
);
}
}
Expand Down

0 comments on commit bdec431

Please sign in to comment.