From 63d18e6b789d7772350c49dbbf1e2aa98061c0d5 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 15:37:52 +0200 Subject: [PATCH] jeez, forgot to save --- .forgejo/workflows/flake-update.yaml | 42 +++++++++++++--------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/.forgejo/workflows/flake-update.yaml b/.forgejo/workflows/flake-update.yaml index 9931ded..b8ad62c 100644 --- a/.forgejo/workflows/flake-update.yaml +++ b/.forgejo/workflows/flake-update.yaml @@ -7,26 +7,24 @@ on: jobs: flake-update: name: "Update .lock file" - 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 }} - ``` + 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 - - \ No newline at end of file + this is an automated action + pr-labels: | + dependencies + automated \ No newline at end of file