From 321f72f07052aadd09a5da362d4f0771ef3ab29d Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 15:28:59 +0200 Subject: [PATCH] now the format action should stop failing and the update action should. not fail on checkout? i hope. --- .forgejo/workflows/flake-update.yaml | 40 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.forgejo/workflows/flake-update.yaml b/.forgejo/workflows/flake-update.yaml index bb367cf..ec696b2 100644 --- a/.forgejo/workflows/flake-update.yaml +++ b/.forgejo/workflows/flake-update.yaml @@ -7,26 +7,26 @@ on: - cron: '0 2 * * *' jobs: flake-update: - steps: - - name: Checkout repository - uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4 - - name: Install nix - uses: https://git.collective-conciousness.monster/Ittihadyya/install-nix-action@v30 - with: - nix_path: nixpkgs=channel:nixos-unstable - - name: Update flake.lock - uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24 - with: - commit-msg: "Update flake.lock" - pr-title: "Update flake.lock" - pr-body: | - ``` - {{ env.GIT_COMMIT_MESSAGE }} - ``` + steps: + - name: Checkout repository + uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4 + - name: Install Nix + uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main + with: + install-url: "https://nixos.org/nix/install" + - name: Update flake.lock + uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24 + with: + commit-msg: "Update flake.lock" + pr-title: "Update flake.lock" + pr-body: | + ``` + {{ env.GIT_COMMIT_MESSAGE }} + ``` - this is an automated action - pr-labels: | - dependencies - automated + this is an automated action + pr-labels: | + dependencies + automated \ No newline at end of file