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 4648446 commit b3dbd1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v2

- name: test github.workflow
- name: Display Workflow Name
run: |
echo "The name of an individual action ${{ github.workflow }}"
echo "This workflow is named ${{ github.action }}"

0 comments on commit b3dbd1c

Please sign in to comment.