diff --git a/.github/workflows/conditional+functions.yml b/.github/workflows/conditional+functions.yml index 5daeb6aa0..4cfa0cdd4 100644 --- a/.github/workflows/conditional+functions.yml +++ b/.github/workflows/conditional+functions.yml @@ -35,4 +35,4 @@ jobs: steps: - id: concatenation name: Concatenation - run: echo ${{join(GITHUB*URL, ',')}} \ No newline at end of file + run: echo ${{join(printenv, ',')}} \ No newline at end of file