We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f164254 commit f8f2358Copy full SHA for f8f2358
.github/workflows/unit_test.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
call_tester:
14
- name: Run unit tests on $BRANCH_NAME branch
+ name: Run unit tests on ${{ env.BRANCH_NAME }} branch
15
uses: avstack-lab/workflows/.github/workflows/test_on_branch_with_uv.yml@main
16
with:
17
branch: $BRANCH_NAME
0 commit comments