From 9fd41f0c9bab3487c2a78e5f24a4ddae08799590 Mon Sep 17 00:00:00 2001 From: Sofus Albertsen Date: Wed, 6 Dec 2023 21:10:49 +0100 Subject: [PATCH] Update workflow name in docker-image.md --- labs/docker-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/docker-image.md b/labs/docker-image.md index 0671d8b0..204e0b8d 100644 --- a/labs/docker-image.md +++ b/labs/docker-image.md @@ -138,7 +138,7 @@ If you strugle and need to see the whole ***Solution*** you can extend the secti Solution ```YAML -name: Java CI +name: Hello world workflow on: push env: # Set the secret as an input docker_username: ${{ github.actor }}