mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-11-27 00:25:06 +03:00
Readme should not refer to main revision for action
This commit is contained in:
parent
c8e8c323ec
commit
b676eb620d
@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action
|
||||||
with:
|
with:
|
||||||
# Allow the installed Nix to make authenticated Github requests.
|
# Allow the installed Nix to make authenticated Github requests.
|
||||||
# If you skip this, you will likely get rate limited.
|
# If you skip this, you will likely get rate limited.
|
||||||
|
Loading…
Reference in New Issue
Block a user