diff --git a/.github/workflows/conditional+functions.yml b/.github/workflows/conditional+functions.yml index 71baf275..2476332b 100644 --- a/.github/workflows/conditional+functions.yml +++ b/.github/workflows/conditional+functions.yml @@ -28,4 +28,11 @@ jobs: - id: completion name: Completion if: ${{success()}} - run: echo "Well done!" \ No newline at end of file + run: echo "Well done!" + + print-functions: + runs-on: ubuntu-latest + steps: + - id: concatenation + name: Concatenation + run: echo ${{join([GITHUB_API_URL, GITHUB_GRAPHQL_URL, GITHUB_SERVER_URL], ',')}} \ No newline at end of file