From 8da89a1a397a1ea19609413f664990a4b78ae281 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Mon, 8 Apr 2024 18:33:33 +0000 Subject: [PATCH] Update .github/workflows/02-basic-multiple-jobs-needs.yml --- dotnet-sample/Program.cs | 2 +- slides/Slides.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dotnet-sample/Program.cs b/dotnet-sample/Program.cs index b134f8f..9e8dcc1 100644 --- a/dotnet-sample/Program.cs +++ b/dotnet-sample/Program.cs @@ -1,6 +1,6 @@ var builder = WebApplication.CreateBuilder(args); var app = builder.Build(); -app.MapGet("/", () => "Hello Granite State Code Camp!"); +app.MapGet("/", () => "Hello PowerShell + DevOps Summit!"); app.Run(); diff --git a/slides/Slides.md b/slides/Slides.md index 98f9a12..8104ee6 100644 --- a/slides/Slides.md +++ b/slides/Slides.md @@ -178,6 +178,8 @@ Demo: [Online Parser](https://yaml-online-parser.appspot.com/) ![bg right:50% 95%](./img/act-quickstart-2.gif) + + ---