Fix workflow

This commit is contained in:
batteredbunny 2024-05-07 15:27:42 +03:00
parent 089336e31a
commit 15e8c19a2b

View file

@ -12,10 +12,11 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: git config --global user.email "forge@catnip.ee" && git config --global user.name "forge" - name: Give name to workflow
run: git pull && git config --global user.email "forge@catnip.ee" && git config --global user.name "forge"
- name: Install nix - name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Update flake - name: Update flake
run: nix flake update --commit-lock-file run: nix flake update --commit-lock-file
- name: Git push - name: Git push
run: git push run: git pull && git push