this should make the actions actually work?
This commit is contained in:
parent
d5a9b7bbcf
commit
378c31ce27
1 changed files with 5 additions and 3 deletions
|
@ -9,11 +9,11 @@ jobs:
|
||||||
flake-update:
|
flake-update:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: Ittihadyya/checkout@v4
|
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: Ittihadyya/nix-installer-action@v16
|
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-installer-action@v16
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: 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"
|
||||||
|
@ -21,6 +21,8 @@ jobs:
|
||||||
```
|
```
|
||||||
{{ env.GIT_COMMIT_MESSAGE }}
|
{{ env.GIT_COMMIT_MESSAGE }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
this is an automated action
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
dependencies
|
dependencies
|
||||||
automated
|
automated
|
||||||
|
|
Loading…
Reference in a new issue