From f5e8b6b4e21f7be9488e72e1272700b7aadf66e0 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Mon, 11 Mar 2024 00:49:50 +0100 Subject: [PATCH] [CI] add comment --- .forgejo/workflows/update-flake-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update-flake-lock.yaml b/.forgejo/workflows/update-flake-lock.yaml index 3cac5e5..65cb494 100644 --- a/.forgejo/workflows/update-flake-lock.yaml +++ b/.forgejo/workflows/update-flake-lock.yaml @@ -20,7 +20,7 @@ jobs: - name: Update flake's lockfile and create commit run: nix flake update --commit-lock-file - name: Push commit to the `update-flake-lock` remote branch - run: git push origin --force update-flake-lock + run: git push origin --force update-flake-lock # sevenOfNix needs write access to the repository - name: Login as `Seven of Nix` run: | tea logins add --token ${{secrets.SEVENOFNINE_TOKEN}} --url https://git.aciceri.dev