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 f731213 commit 93681cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ jobs:
steps:
#This step checks out a copy of your repository.
- name: My first step - check out repository
#is this an action?
uses: actions/checkout@v4
- name: Use local hello-world-action
uses: ./.github/actions/action
- name: my first name step
run: echo ${{ github.action }}
- name: step 2 write out the name of the action currently running
run: echo "The name of the action currently running:" \ ${{ github.action }}


0 comments on commit 93681cc

Please sign in to comment.