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 aef8eb3 commit ad9fc94Copy full SHA for ad9fc94
.github/workflows/build_musllinux_arm64_wheels.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: addnab/docker-run-action@v3
41
with:
42
image: quay.io/pypa/musllinux_1_2_aarch64
43
- options: -v ${{ github.workspace }}:/workspace --privileged
+ options: -v ${{ github.workspace }}:/workspace --privileged -e GITHUB_REF=${{ github.ref }}
44
run: |
45
cd /workspace
46
0 commit comments