jeez, forgot to save
This commit is contained in:
parent
11cd61e057
commit
63d18e6b78
1 changed files with 20 additions and 22 deletions
|
@ -7,26 +7,24 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
flake-update:
|
flake-update:
|
||||||
name: "Update .lock file"
|
name: "Update .lock file"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
|
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
|
||||||
with:
|
with:
|
||||||
install-url: "https://nixos.org/nix/install"
|
install-url: "https://nixos.org/nix/install"
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24
|
uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24
|
||||||
with:
|
with:
|
||||||
commit-msg: "Update flake.lock"
|
commit-msg: "Update flake.lock"
|
||||||
pr-title: "Update flake.lock"
|
pr-title: "Update flake.lock"
|
||||||
pr-body: |
|
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