Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor12321 committed Nov 7, 2023
1 parent 2aa5c9e commit 7f977f8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ 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
id: action_in_step_1
#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 }}


0 comments on commit 7f977f8

Please sign in to comment.