Skip to content

Commit a01fa74

Browse files
committed
🐛 Use localhost @ GHA outside the containers
1 parent ee892fd commit a01fa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-smoke-test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
TWINE_USERNAME: ${{ env.devpi-username }}
7777
TWINE_PASSWORD: ${{ env.devpi-password }}
7878
TWINE_REPOSITORY_URL: >-
79-
http://devpi:${{
79+
http://localhost:${{
8080
job.services.devpi.ports['3141']
8181
}}/${{
8282
env.devpi-username

0 commit comments

Comments
 (0)