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 cb6d474 commit a93ad53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository and Set Environment Variable
- name: Checkout Repository
uses: actions/checkout@v4
env:
MY_VARIABLE: ${{ GITHUB.ACTION.REPOSITORY }}

- name: Use Environment Variable
run: echo "The value of MY_VARIABLE is ${{ env.MY_VARIABLE }}"
run: echo "$GITHUB_ACTOR"

0 comments on commit a93ad53

Please sign in to comment.