From e39aeeaafa4b40088418de84220dc603e614ef58 Mon Sep 17 00:00:00 2001 From: Gabor12321 <148481448+Gabor12321@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:29:13 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf5979b..69c4e0d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,16 +6,13 @@ on: jobs: build: runs-on: ubuntu-latest - + steps: - name: Checkout Repository - uses: actions/checkout@v2 - - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: 16 + uses: actions/checkout@v4 + env: + g_a_r: ${{ github.action.repository }} - - name: Display Workflow Name + - name: Display owner and repository name of action run: | - echo "This workflow is named ${{ github.action }}" + echo "This workflow is named $g_a_r"