now the format action should stop failing and the update action should. not fail on checkout? i hope.
Some checks failed
/ nix fmt (push) Failing after 51s
Some checks failed
/ nix fmt (push) Failing after 51s
This commit is contained in:
parent
77b245cd5a
commit
321f72f070
1 changed files with 20 additions and 20 deletions
|
@ -7,26 +7,26 @@ 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/install-nix-action@v30
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- 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 }}
|
||||
```
|
||||
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
|
||||
|
||||
|
Loading…
Reference in a new issue