Skip to content

Commit

Permalink
github.event does not work on run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanAyalon committed May 10, 2024
1 parent e2bf6fe commit 45323a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 with ${{ github.event.branch }}
run-name: ${{ github.actor }} - test-action
on:
push:
branches:
Expand All @@ -14,4 +14,5 @@ jobs:
with:
node-version: 20
- run: npm install -g bats
- run: bats -v
- run: bats -v
- run: echo BRANCH ${{ github.event.ref }}

0 comments on commit 45323a7

Please sign in to comment.