Skip to content

Commit f8f2358

Browse files
author
spencer@primus
committed
Fix workflow naming error
1 parent f164254 commit f8f2358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
call_tester:
14-
name: Run unit tests on $BRANCH_NAME branch
14+
name: Run unit tests on ${{ env.BRANCH_NAME }} branch
1515
uses: avstack-lab/workflows/.github/workflows/test_on_branch_with_uv.yml@main
1616
with:
1717
branch: $BRANCH_NAME

0 commit comments

Comments
 (0)