Skip to content

Commit

Permalink
Maybe it actually does work and I just am stupid to get the var wrong…
Browse files Browse the repository at this point in the history
… because I didn't read the docs
  • Loading branch information
DeanAyalon committed May 10, 2024
1 parent 45323a7 commit 7a4224c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-action
run-name: ${{ github.actor }} - test-action
run-name: ${{ github.actor }} - test-action ${{ github.event.ref }}
on:
push:
branches:
Expand All @@ -15,4 +15,4 @@ jobs:
node-version: 20
- run: npm install -g bats
- run: bats -v
- run: echo BRANCH ${{ github.event.ref }}
- run: echo BRANCH

0 comments on commit 7a4224c

Please sign in to comment.