diff --git a/.forgejo/workflows/flake-update.yaml b/.forgejo/workflows/flake-update.yaml index 893a0a2..9931ded 100644 --- a/.forgejo/workflows/flake-update.yaml +++ b/.forgejo/workflows/flake-update.yaml @@ -1,4 +1,3 @@ -name: Update .lock file on: push: branches: @@ -7,26 +6,27 @@ 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/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 }} - ``` + 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 }} + ``` - this is an automated action - pr-labels: | - dependencies - automated + this is an automated action + pr-labels: | + dependencies + automated \ No newline at end of file