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