Skip to content

Commit 608521d

Browse files
author
spencer@primus
committed
Remove env var from step name
1 parent f8f2358 commit 608521d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 ${{ env.BRANCH_NAME }} branch
14+
name: Run unit tests on a 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)