moved actions to a different user
All checks were successful
/ Check formatting (push) Successful in 1m19s

This commit is contained in:
mih44 2024-11-28 10:35:14 +02:00
parent 8d40904cbc
commit 6a49742a82
2 changed files with 5 additions and 5 deletions

View file

@ -6,9 +6,9 @@ jobs:
name: "Check formatting" name: "Check formatting"
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4 uses: https://git.collective-conciousness.monster/actions/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/actions/nix-actions/install@main
with: with:
install-url: "https://nixos.org/nix/install" install-url: "https://nixos.org/nix/install"
- name: Check file formatting - name: Check file formatting

View file

@ -9,14 +9,14 @@ jobs:
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/actions/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/actions/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
id: update 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: with:
commit-msg: "Update flake.lock" commit-msg: "Update flake.lock"
pr-title: "Update flake.lock" pr-title: "Update flake.lock"