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 6fbcf23 commit d0bd893
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
@@ -1,4 +1,4 @@
name: test
name: My GitHub Actions Workflow

on:
workflow_dispatch
Expand All @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v2

- name: test github action env var
run: echo ${{ github.action }}


run: echo "${{ github.action }}"

# echo "This workflow is named ${{ github.action }}"

0 comments on commit d0bd893

Please sign in to comment.