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 8, 2023
1 parent 9ef816c commit e39aeea
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest

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

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
uses: actions/checkout@v4
env:
g_a_r: ${{ github.action.repository }}

- name: Display Workflow Name
- name: Display owner and repository name of action
run: |
echo "This workflow is named ${{ github.action }}"
echo "This workflow is named $g_a_r"

0 comments on commit e39aeea

Please sign in to comment.