From 15e8c19a2b45b9729728b4d0e052cb3ab8347a2f Mon Sep 17 00:00:00 2001 From: batteredbunny Date: Tue, 7 May 2024 15:27:42 +0300 Subject: [PATCH] Fix workflow --- .gitea/workflows/flake-bump.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/flake-bump.yaml b/.gitea/workflows/flake-bump.yaml index 22af633..c0d64f0 100644 --- a/.gitea/workflows/flake-bump.yaml +++ b/.gitea/workflows/flake-bump.yaml @@ -12,10 +12,11 @@ jobs: steps: - name: Check out repository code 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 uses: https://github.com/DeterminateSystems/nix-installer-action@main - name: Update flake run: nix flake update --commit-lock-file - name: Git push - run: git push \ No newline at end of file + run: git pull && git push