moved actions to a different user
All checks were successful
/ Check formatting (push) Successful in 1m19s
All checks were successful
/ Check formatting (push) Successful in 1m19s
This commit is contained in:
parent
8d40904cbc
commit
6a49742a82
2 changed files with 5 additions and 5 deletions
|
@ -6,9 +6,9 @@ jobs:
|
|||
name: "Check formatting"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
||||
uses: https://git.collective-conciousness.monster/actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
|
||||
uses: https://git.collective-conciousness.monster/actions/nix-actions/install@main
|
||||
with:
|
||||
install-url: "https://nixos.org/nix/install"
|
||||
- name: Check file formatting
|
||||
|
|
|
@ -9,14 +9,14 @@ jobs:
|
|||
name: "Update .lock file"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
||||
uses: https://git.collective-conciousness.monster/actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
|
||||
uses: https://git.collective-conciousness.monster/actions/nix-actions/install@main
|
||||
with:
|
||||
install-url: "https://nixos.org/nix/install"
|
||||
- name: Update flake.lock
|
||||
id: update
|
||||
uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24
|
||||
uses: https://git.collective-conciousness.monster/actions/update-flake-lock@v24
|
||||
with:
|
||||
commit-msg: "Update flake.lock"
|
||||
pr-title: "Update flake.lock"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue