From 7f977f835a879c09d342311312c6c66696625036 Mon Sep 17 00:00:00 2001 From: Gabor12321 <148481448+Gabor12321@users.noreply.github.com> Date: Tue, 7 Nov 2023 21:37:05 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3bb09fc..f97e10c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,9 +4,7 @@ on: workflow_dispatch jobs: job_name: - id: job_id - runs-on: ubuntu-latest - + runs-on: ubuntu-latest steps: #This step checks out a copy of your repository. - name: My first step - check out repository @@ -14,7 +12,7 @@ jobs: #is this an action? uses: actions/checkout@v4 - name: step 2 write out the name of the action currently running - run: echo "The name of the action currently running:" - ${{ github.action.jobs.job_id.steps.action_in_step_1 }} + run: echo "The name of the action currently running:" \ + ${{ github.action.jobs.job_id.steps.action_in_step_1 }}