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 }}