removed extraneous indentation, moved some stuff around?
Some checks failed
/ nix fmt (push) Has been cancelled
Some checks failed
/ nix fmt (push) Has been cancelled
This commit is contained in:
parent
e5509eaceb
commit
11cd61e057
1 changed files with 21 additions and 21 deletions
|
@ -1,4 +1,3 @@
|
||||||
name: Update .lock file
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -7,26 +6,27 @@ on:
|
||||||
- cron: '0 2 * * *'
|
- cron: '0 2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
flake-update:
|
flake-update:
|
||||||
steps:
|
name: "Update .lock file"
|
||||||
- name: Checkout repository
|
steps:
|
||||||
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
- name: Checkout repository
|
||||||
- name: Install Nix
|
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
||||||
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
|
- name: Install Nix
|
||||||
with:
|
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
|
||||||
install-url: "https://nixos.org/nix/install"
|
with:
|
||||||
- name: Update flake.lock
|
install-url: "https://nixos.org/nix/install"
|
||||||
uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24
|
- name: Update flake.lock
|
||||||
with:
|
uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24
|
||||||
commit-msg: "Update flake.lock"
|
with:
|
||||||
pr-title: "Update flake.lock"
|
commit-msg: "Update flake.lock"
|
||||||
pr-body: |
|
pr-title: "Update flake.lock"
|
||||||
```
|
pr-body: |
|
||||||
{{ env.GIT_COMMIT_MESSAGE }}
|
```
|
||||||
```
|
{{ env.GIT_COMMIT_MESSAGE }}
|
||||||
|
```
|
||||||
|
|
||||||
this is an automated action
|
this is an automated action
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
dependencies
|
dependencies
|
||||||
automated
|
automated
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue