From f53360cd7d77d024dc512983cc69ff394f029dd3 Mon Sep 17 00:00:00 2001 From: "Moritz N. Lang" <75885241+mnlang@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:50:37 +0200 Subject: [PATCH] Update simple.yaml --- .github/workflows/simple.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simple.yaml b/.github/workflows/simple.yaml index b927a9f7..a1de6c5d 100644 --- a/.github/workflows/simple.yaml +++ b/.github/workflows/simple.yaml @@ -35,7 +35,7 @@ jobs: run: cat(paste0("Hello ", Sys.getenv("NAME"), "! 👋")) shell: Rscript {0} env: - NAME: "Your name" + NAME: "Moritz N. Lang" # Second job - by default jobs will run in parallel, unless some dependencies # are introduced between them.