mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 05:22:21 +01:00
Fix name of workflow
This commit is contained in:
parent
86a97d5eb6
commit
74f4d10531
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -212,8 +212,8 @@ jobs:
|
|||
duration: 5m
|
||||
authorized-users: grahamc
|
||||
|
||||
install-with-non-default-source-url:
|
||||
name: Install Nix using non-default source-url inputs
|
||||
install-with-non-default-source-inputs:
|
||||
name: Install Nix using non-default source-* inputs
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue