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 10, 2023
1 parent ee149f0 commit 01475c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:


steps:
- name: Set color
run: echo "$GITHUB_REF"
- name: Set color
env:
test: ${{ github.ref }}
run: echo "current branch is $test"


0 comments on commit 01475c0

Please sign in to comment.