Skip to content

Commit

Permalink
🐛 Use localhost @ GHA outside the containers
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 6, 2022
1 parent ee892fd commit a01fa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-smoke-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
TWINE_USERNAME: ${{ env.devpi-username }}
TWINE_PASSWORD: ${{ env.devpi-password }}
TWINE_REPOSITORY_URL: >-
https://devpi:${{
https://localhost:${{
job.services.devpi.ports['3141']
}}/${{
env.devpi-username
Expand Down

0 comments on commit a01fa74

Please sign in to comment.