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 2e4813c commit 21cd4dfCopy full SHA for 21cd4df
.github/workflows/test-python-install.yml
@@ -32,7 +32,7 @@ jobs:
32
pip install ${{ env.python-test-package }}
33
34
- name: Test Action usage
35
- uses: ${{ github.repository }}@${{ env.BRANCH_NAME }}
+ uses: "${{ github.repository }}@${{ github.ref_name }}"
36
with:
37
python-root-list: "./tests/*.py ./tests/subtest/*.py"
38
use-black: true
0 commit comments