From 378c31ce2796b4f0c3a99e1b8baf0f0b8579d6b7 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 14:35:57 +0200 Subject: [PATCH] this should make the actions actually work? --- .forgejo/workflows/flake-update.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/flake-update.yaml b/.forgejo/workflows/flake-update.yaml index 59cbcff..2cfc677 100644 --- a/.forgejo/workflows/flake-update.yaml +++ b/.forgejo/workflows/flake-update.yaml @@ -9,11 +9,11 @@ jobs: flake-update: steps: - name: Checkout repository - uses: Ittihadyya/checkout@v4 + uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4 - name: Install nix - uses: Ittihadyya/nix-installer-action@v16 + uses: https://git.collective-conciousness.monster/Ittihadyya/nix-installer-action@v16 - name: Update flake.lock - uses: Ittihadyya/update-flake-lock@v24 + uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24 with: commit-msg: "Update flake.lock" pr-title: "Update flake.lock" @@ -21,6 +21,8 @@ jobs: ``` {{ env.GIT_COMMIT_MESSAGE }} ``` + + this is an automated action pr-labels: | dependencies automated