diff --git a/.github/workflows/check-flake-files.yml b/.github/workflows/check-flake-files.yml index efe55e5..5edc9b4 100644 --- a/.github/workflows/check-flake-files.yml +++ b/.github/workflows/check-flake-files.yml @@ -21,8 +21,6 @@ jobs: - name: Checking out the repository uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Setup uses: ./.github/actions/common-setup diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index f65fbda..cd02506 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -10,15 +10,13 @@ jobs: steps: - name: Checking out the repository uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Setup uses: ./.github/actions/common-setup with: CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} - + - name: Building search.nixos.org run: | diff --git a/.github/workflows/import-flakes.yml b/.github/workflows/import-flakes.yml index 5041c82..ea4a5c4 100644 --- a/.github/workflows/import-flakes.yml +++ b/.github/workflows/import-flakes.yml @@ -26,15 +26,13 @@ jobs: - name: Checking out the repository uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Setup uses: ./.github/actions/common-setup with: CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} - + - name: Building flake-info run: | diff --git a/.github/workflows/import-nixpkgs.yml b/.github/workflows/import-nixpkgs.yml index f97c0f4..69d461f 100644 --- a/.github/workflows/import-nixpkgs.yml +++ b/.github/workflows/import-nixpkgs.yml @@ -27,15 +27,13 @@ jobs: steps: - name: Checking out the repository uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Setup uses: ./.github/actions/common-setup with: CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} - + - name: Building flake-info run: |