From 3f6c43ce035135a90ec06f8a524e797894fec9cb Mon Sep 17 00:00:00 2001 From: Pedro Lacerda Date: Fri, 6 Sep 2024 00:22:38 -0300 Subject: [PATCH] Update 05.advanced-configuration.yml --- .github/workflows/05.advanced-configuration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/05.advanced-configuration.yml b/.github/workflows/05.advanced-configuration.yml index 0e50226..2829094 100644 --- a/.github/workflows/05.advanced-configuration.yml +++ b/.github/workflows/05.advanced-configuration.yml @@ -90,4 +90,4 @@ jobs: name: my-variable path: . - name: Read variable from file - run: source my_variable.txt && echo $MY_VARIABLE \ No newline at end of file + run: cat my_variable.txt