We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484b2f6 commit 492756bCopy full SHA for 492756b
.github/workflows/ci.yml
@@ -145,7 +145,8 @@ jobs:
145
shell: bash
146
run: |
147
ver="$(echo "${{ matrix.cpython_version }}" | sed 's|\.||')"
148
- echo "TX_PROJECT=python-$ver" >> $GITHUB_ENV # shellcheck disable=SC2086
+ # shellcheck disable=SC2086
149
+ echo "TX_PROJECT=python-$ver" >> $GITHUB_ENV
150
echo "${{ env.TX_PROJECT }}"
151
152
# required for generating .tx/config
0 commit comments