Update action section in readme with tag (#189)

This commit is contained in:
Ana Hobden 2023-01-17 10:51:47 -08:00 committed by GitHub
parent 797ceb86a9
commit 9b27fe35a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action uses: DeterminateSystems/nix-installer-action@main
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.