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