From adbf6bc31f7cbe665a5365b3a66e8a0c4952ceaa Mon Sep 17 00:00:00 2001 From: Tobias Bora Date: Tue, 9 Nov 2021 18:13:27 +0100 Subject: [PATCH] Minor modif --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9be0ccb..41667d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,6 +41,7 @@ jobs: # then "git add yourfile"/"git push" as usual. # If git lfs is installed, I think lfs are automatically pulled. Otherwise, install it and run # "git lfs pull" (git lfs checkout does not download the files, see git lfs fetch for that). + # To list files, use "git lfs ls-files". - name: Checkout LFS objects run: git lfs checkout - uses: cachix/install-nix-action@v14