From 637f9f8c3477dc3f02932ff018d8791e0c9af012 Mon Sep 17 00:00:00 2001 From: Simeon221 <131734287+Simeon221@users.noreply.github.com> Date: Sat, 29 Apr 2023 12:11:32 +0100 Subject: [PATCH] Created SC2086 (markdown) --- SC2086.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 SC2086.md diff --git a/SC2086.md b/SC2086.md new file mode 100644 index 0000000..055bea2 --- /dev/null +++ b/SC2086.md @@ -0,0 +1 @@ +echo "{environment_variable_name}={value}" >> "$GITHUB_ENV" \ No newline at end of file