Compare commits

..

No commits in common. "7887873a5de4ed3ee0841c9b83628e066db294a9" and "b4797be130dcb94223e44644d1f65f4d423b43cf" have entirely different histories.

View File

@ -24,14 +24,7 @@ jobs:
# known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }}
#- name: Fix SSH key
# run: sed -i 's/\r$//g' /root/.ssh/gitea_action
- uses: cachix/install-nix-action@v31
name: Install Nix
- name: Setup Attic Cache
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- uses: cachix/install-nix-action@v20
- run: nix flake update
- run: nix flake check
- uses: stefanzweifel/git-auto-commit-action@v4