From b676eb620dcd6b968d5db676c88e670bbfdb6e5d Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Fri, 13 Jan 2023 10:47:13 -0800 Subject: [PATCH] Readme should not refer to main revision for action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca2899..a7f08db 100644 --- a/README.md +++ b/README.md @@ -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.