diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 69c4e0d..785ff1c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,4 +15,4 @@ jobs: - name: Display owner and repository name of action run: | - echo "This workflow is named $g_a_r" + echo "This workflow is named: ${{ g_a_r }}"