Skip to content

Commit dc7d24c

Browse files
committed
Windows Artifacts have incorrect Slugification
e.g. https://github.com/pylint-dev/pylint-pytest/actions/runs/6592065982?pr=2 Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
1 parent c1547d9 commit dc7d24c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444

4545
- name: Slugify GITHUB_REPOSITORY
46+
shell: '/bin/bash --noprofile --norc -Eeuxo pipefail {0}'
4647
run: echo "GITHUB_REPOSITORY_SLUG=${GITHUB_REPOSITORY////_}" >> $GITHUB_ENV
4748

4849
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)