Skip to content

Commit 21cd4df

Browse files
committed
Fix syntax
1 parent 2e4813c commit 21cd4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install ${{ env.python-test-package }}
3333

3434
- name: Test Action usage
35-
uses: ${{ github.repository }}@${{ env.BRANCH_NAME }}
35+
uses: "${{ github.repository }}@${{ github.ref_name }}"
3636
with:
3737
python-root-list: "./tests/*.py ./tests/subtest/*.py"
3838
use-black: true

0 commit comments

Comments
 (0)