ci: run instead of use

This commit is contained in:
ooks-io 2025-01-19 12:33:08 +11:00
parent af10032dcb
commit 8964a0c3a3
2 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Configure git
uses: git config --global url."https://github.com/".insteadOf "git@github.com:"
run: git config --global url."https://github.com/".insteadOf "git@github.com:"
- name: Setup Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Magic Nix Cache