Readme should not refer to main revision for action

This commit is contained in:
Ana Hobden 2023-01-13 10:47:13 -08:00
parent c8e8c323ec
commit b676eb620d

View file

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
uses: DeterminateSystems/nix-installer-action
with:
# Allow the installed Nix to make authenticated Github requests.
# If you skip this, you will likely get rate limited.