Skip to content

Commit

Permalink
Update simple.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlang authored Jul 8, 2024
1 parent abd0fbd commit f53360c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f53360c

Please sign in to comment.