Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor12321 authored Nov 7, 2023
1 parent 93681cc commit 2aa5c9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ on: workflow_dispatch

jobs:
job_name:
id: job_id
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 }}
run: echo "The name of the action currently running:"
${{ github.action.jobs.job_id.steps.action_in_step_1 }}


0 comments on commit 2aa5c9e

Please sign in to comment.