From cc3eeb312dc256a9a48f39a85247c11c747fc2df Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Tue, 1 Oct 2024 09:56:22 +0100 Subject: [PATCH] Renaming action to match what it is doing. Signed-off-by: Eoghan Conlon --- docker_nix/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_nix/action.yml b/docker_nix/action.yml index b8c1caa..1961629 100644 --- a/docker_nix/action.yml +++ b/docker_nix/action.yml @@ -3,7 +3,7 @@ description: 'Update apt repositories and installing sudo' runs: using: 'composite' steps: - - name: 'Get image ready to run nix jobs' + - name: 'Installing nix on Docker runner' shell: bash run: | apt update