From 4a8655b32f2a60fdff8349e14da5a06f813ef5ac Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 23 Feb 2024 11:05:07 +0900 Subject: [PATCH] Update forgejo flake update workflow --- .forgejo/workflows/update-flake-lock.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 989ce945..0c06fc81 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -39,6 +39,7 @@ jobs: run: | echo "Running Nix Flake Update" cd /workspace/albert/nix + git pull nix --extra-experimental-features "nix-command flakes" flake update echo "Git Diff:" git diff @@ -60,4 +61,4 @@ jobs: gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Failed' notification_message: 'Your build has failed. Check Forgejo.' - name: "Send Notification" \ No newline at end of file + name: "Send Notification"